Home
last modified time | relevance | path

Searched refs:replication (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/qemu/docs/
H A Dblock-replication.txt1 Block replication
10 Block replication is used for continuous checkpoints. It is designed
15 This document gives an overview of block replication's design.
28 The following is the image of block replication workflow:
61 We are going to implement block replication from many basic
85 children, providing replication between a primary disk and the host that
90 2) The new block filter (the name is replication) will control the block
91 replication.
106 of the NBD server into the secondary disk. So before block replication,
110 can become the new primary and continue replication.
[all …]
H A DCOLO-FT.txt13 Virtual machine (VM) replication is a well known technique for providing
97 For more details, please refer to docs/block-replication.txt.
202 -drive if=none,id=childs0,driver=replication,mode=secondary,file.driver=qcow2,\
227 …tor-command", "arguments": {"command-line": "drive_add -n buddy driver=replication,mode=primary,fi…
245 if you want to resume the replication, follow "Primary resume replication"
248 if you want to resume the replication, follow "Secondary resume replication"
280 == Primary resume replication ==
281 Resume replication after new Secondary is up.
290 …tor-command", "arguments":{ "command-line": "drive_add -n buddy driver=replication,mode=primary,fi…
307 == Secondary resume replication ==
[all …]
H A Dcolo-proxy.txt214 a.COLO-proxy must work with COLO-frame and Block-replication.
/openbmc/linux/arch/mips/sgi-ip27/
H A DKconfig30 machine. This is required in order to support text replication on
34 bool "Kernel text replication support"
H A Dip27-klnuma.c38 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
/openbmc/qemu/block/
H A Dmeson.build100 if get_option('replication').allowed()
101 block_ss.add(files('replication.c'))
/openbmc/qemu/migration/
H A Dmeson.build36 if get_option('replication').allowed()
/openbmc/linux/fs/coda/
H A DKconfig11 replication, security model for authentication and encryption,
/openbmc/qemu/tests/unit/
H A Dmeson.build123 tests += {'test-replication': [testblock]}
179 'test-replication': 60,
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-clock-Do-not-define-own-timespec.patch31 - * it would make sense, like the replication statistics information.
/openbmc/qemu/net/
H A Dmeson.build19 if get_option('replication').allowed() or \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/
H A Dipvsadm_1.31.bb11 locality-based least-connection, locality-based least-connection with replication, \
/openbmc/linux/arch/alpha/lib/
H A Dstrrchr.S35 or t5, a1, a1 # .. e1 : character replication complete
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c618 bool replication; in dss_ovl_write_regs() local
631 replication = dss_ovl_use_replication(mp->lcd_config, oi->color_mode); in dss_ovl_write_regs()
633 r = dispc_ovl_setup(ovl->id, oi, replication, &mp->timings, false); in dss_ovl_write_regs()
H A Ddss.h430 bool replication, const struct omap_video_timings *mgr_timings,
H A Ddispc.c2558 bool replication, const struct omap_video_timings *mgr_timings, in dispc_ovl_setup_common() argument
2742 dispc_ovl_enable_replication(plane, caps, replication); in dispc_ovl_setup_common()
2748 bool replication, const struct omap_video_timings *mgr_timings, in dispc_ovl_setup() argument
2761 oi->color_mode, oi->rotation, oi->mirror, channel, replication); in dispc_ovl_setup()
2767 oi->rotation_type, replication, mgr_timings, mem_to_mem); in dispc_ovl_setup()
/openbmc/linux/net/netfilter/ipvs/
H A DKconfig193 tristate "locality-based least-connection with replication scheduling"
195 The locality-based least-connection with replication scheduling
205 from the server set, in order to avoid high degree of replication.
/openbmc/openbmc/poky/meta/recipes-support/db/
H A Ddb_5.3.28.bb60 DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --dis…
/openbmc/qemu/qapi/
H A Dmigration.json1818 # @xen-set-replication:
1820 # Enable or disable replication.
1837 { 'command': 'xen-set-replication',
1844 # The result format for 'query-xen-replication-status'.
1846 # @error: true if an error happened, false if replication is normal.
1858 # @query-xen-replication-status:
1860 # Query replication status while the vm is running.
1871 { 'command': 'query-xen-replication-status',
1878 # Xen uses this command to notify replication to trigger a checkpoint.
/openbmc/qemu/docs/system/
H A Dvm-templating.rst13 new VMs. This allows for fast and efficient replication of VMs, resulting
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh462 --enable-replication) printf "%s" -Dreplication=enabled ;;
463 --disable-replication) printf "%s" -Dreplication=disabled ;;
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c2620 bool replication, const struct videomode *vm, in dispc_ovl_setup_common() argument
2784 dispc_ovl_enable_replication(dispc, plane, caps, replication); in dispc_ovl_setup_common()
2797 const bool replication = true; in dispc_ovl_setup() local
2803 oi->fourcc, oi->rotation, channel, replication); in dispc_ovl_setup()
2811 oi->rotation_type, replication, vm, mem_to_mem, in dispc_ovl_setup()
2827 const bool replication = true; in dispc_wb_setup() local
2845 replication, vm, mem_to_mem, DRM_COLOR_YCBCR_BT601, in dispc_wb_setup()
/openbmc/qemu/
H A Dmeson_options.txt325 option('replication', type: 'feature', value: 'auto', feature
326 description: 'replication support')
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dchange-log.rst21 - Implementation of a replication strategy for FWU metadata in TF-M according to the FWU specificat…
/openbmc/linux/Documentation/filesystems/
H A Dceph.rst15 * N-way replication of data across storage nodes

12