Home
last modified time | relevance | path

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

/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/qemu/migration/
H A Dmeson.build42 if get_option('replication').allowed()
/openbmc/qemu/block/
H A Dmeson.build100 if get_option('replication').allowed()
101 block_ss.add(files('replication.c'))
/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/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/qemu/net/
H A Dmeson.build20 if get_option('replication').allowed() or \
/openbmc/qemu/tests/unit/
H A Dmeson.build120 tests += {'test-replication': [testblock]}
176 'test-replication': 60,
/openbmc/openbmc/poky/meta/recipes-support/db/
H A Ddb_5.3.28.bb59 DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --dis…
/openbmc/qemu/docs/system/
H A Dvm-templating.rst13 new VMs. This allows for fast and efficient replication of VMs, resulting
/openbmc/qemu/qapi/
H A Dmigration.json1956 # @xen-set-replication:
1958 # Enable or disable replication.
1969 # -> { "execute": "xen-set-replication",
1975 { 'command': 'xen-set-replication',
1982 # The result format for `query-xen-replication-status`.
1984 # @error: true if an error happened, false if replication is normal.
1996 # @query-xen-replication-status:
1998 # Query replication status while the vm is running.
2004 # -> { "execute": "query-xen-replication-status" }
2009 { 'command': 'query-xen-replication
[all...]
H A Dblock-core.json569 # 2.5: 'host_floppy' dropped 2.6: 'luks' added 2.8: 'replication'
3353 { 'name': 'replication', 'if': 'CONFIG_REPLICATION' },
4440 # An enumeration of replication modes.
4456 # Driver specific block device options for replication
4458 # @mode: the replication mode
4461 # who owns the replication node chain. Must not be given in
4898 'replication': { 'type': 'BlockdevOptionsReplication',
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh181 printf "%s\n" ' replication replication support'
471 --enable-replication) printf "%s" -Dreplication=enabled ;;
472 --disable-replication) printf "%s" -Dreplication=disabled ;;
/openbmc/qemu/
H A Dmeson_options.txt333 option('replication', type: 'feature', value: 'auto',
334 description: 'replication support')
329 option('replication', type: 'feature', value: 'auto', global() feature
H A DMAINTAINERS4332 F: replication*
4333 F: block/replication.c
4334 F: tests/unit/test-replication.c
4335 F: docs/block-replication.txt
H A Dmeson.build2614 config_host_data.set('CONFIG_REPLICATION', get_option('replication').allowed())
3816 block_ss.add(files('replication.c'))
4840 summary_info += {'replication support': config_host_data.get('CONFIG_REPLICATION')}
/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/qemu/tcg/aarch64/
H A Dtcg-target.c.inc169 the replication that can happen across the field. Match bit patterns
987 * width because we already know by replication it cannot match.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlayers.rst986 The replication of the layers is performed by running the ``setup-layers`` script provided
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc2949 * width because we already know by replication it cannot match.
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch1824 + MMAL_POOL_T *in_pool; // Input pool to get BH for replication