Home
last modified time | relevance | path

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

/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
91 replication.
110 can become the new primary and continue replication.
114 There are 7 internal errors when block replication is running:
129 We add four block driver interfaces to control block replication:
131 Start block replication, called in migration/checkpoint thread.
[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.
/qemu/migration/
H A Dmeson.build34 if get_option('replication').allowed()
/qemu/block/
H A Dmeson.build100 if get_option('replication').allowed()
101 block_ss.add(files('replication.c'))
/qemu/tests/unit/
H A Dmeson.build122 tests += {'test-replication': [testblock]}
180 'test-replication': 60,
/qemu/net/
H A Dmeson.build19 if get_option('replication').allowed() or \
/qemu/qapi/
H A Dmigration.json1762 # @xen-set-replication:
1764 # Enable or disable replication.
1781 { 'command': 'xen-set-replication',
1788 # The result format for 'query-xen-replication-status'.
1790 # @error: true if an error happened, false if replication is normal.
1802 # @query-xen-replication-status:
1804 # Query replication status while the vm is running.
1815 { 'command': 'query-xen-replication-status',
1822 # Xen uses this command to notify replication to trigger a checkpoint.
H A Dblock-core.json481 # 2.5: 'host_floppy' dropped 2.6: 'luks' added 2.8: 'replication'
3209 { 'name': 'replication', 'if': 'CONFIG_REPLICATION' },
4295 # An enumeration of replication modes.
4311 # Driver specific block device options for replication
4313 # @mode: the replication mode
4316 # who owns the replication node chain. Must not be given in
4741 'replication': { 'type': 'BlockdevOptionsReplication',
/qemu/docs/system/
H A Dvm-templating.rst13 new VMs. This allows for fast and efficient replication of VMs, resulting
/qemu/scripts/
H A Dmeson-buildoptions.sh448 --enable-replication) printf "%s" -Dreplication=enabled ;;
449 --disable-replication) printf "%s" -Dreplication=disabled ;;
/qemu/
H A Dmeson_options.txt317 option('replication', type: 'feature', value: 'auto', feature
318 description: 'replication support')
H A DMAINTAINERS4047 F: replication*
4048 F: block/replication.c
4049 F: tests/unit/test-replication.c
4050 F: docs/block-replication.txt
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc158 the replication that can happen across the field. Match bit patterns
974 * width because we already know by replication it cannot match.
/qemu/tcg/arm/
H A Dtcg-target.c.inc2515 * width because we already know by replication it cannot match.