| /openbmc/qemu/docs/ |
| H A D | block-replication.txt | 1 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 D | COLO-FT.txt | 13 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 D | colo-proxy.txt | 214 a.COLO-proxy must work with COLO-frame and Block-replication.
|
| /openbmc/qemu/migration/ |
| H A D | meson.build | 42 if get_option('replication').allowed()
|
| /openbmc/qemu/block/ |
| H A D | meson.build | 100 if get_option('replication').allowed() 101 block_ss.add(files('replication.c'))
|
| /openbmc/openbmc/poky/meta/recipes-support/db/db/ |
| H A D | 0001-clock-Do-not-define-own-timespec.patch | 31 - * it would make sense, like the replication statistics information.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ |
| H A D | ipvsadm_1.31.bb | 11 locality-based least-connection, locality-based least-connection with replication, \
|
| /openbmc/qemu/net/ |
| H A D | meson.build | 20 if get_option('replication').allowed() or \
|
| /openbmc/qemu/tests/unit/ |
| H A D | meson.build | 120 tests += {'test-replication': [testblock]} 176 'test-replication': 60,
|
| /openbmc/openbmc/poky/meta/recipes-support/db/ |
| H A D | db_5.3.28.bb | 59 DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --dis…
|
| /openbmc/qemu/docs/system/ |
| H A D | vm-templating.rst | 13 new VMs. This allows for fast and efficient replication of VMs, resulting
|
| /openbmc/qemu/qapi/ |
| H A D | migration.json | 1956 # @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 D | block-core.json | 569 # 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 D | meson-buildoptions.sh | 181 printf "%s\n" ' replication replication support' 471 --enable-replication) printf "%s" -Dreplication=enabled ;; 472 --disable-replication) printf "%s" -Dreplication=disabled ;;
|
| /openbmc/qemu/ |
| H A D | meson_options.txt | 333 option('replication', type: 'feature', value: 'auto', 334 description: 'replication support') 329 option('replication', type: 'feature', value: 'auto', global() feature
|
| H A D | MAINTAINERS | 4332 F: replication* 4333 F: block/replication.c 4334 F: tests/unit/test-replication.c 4335 F: docs/block-replication.txt
|
| H A D | meson.build | 2614 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 D | change-log.rst | 21 - Implementation of a replication strategy for FWU metadata in TF-M according to the FWU specificat…
|
| /openbmc/qemu/tcg/aarch64/ |
| H A D | tcg-target.c.inc | 169 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 D | layers.rst | 986 The replication of the layers is performed by running the ``setup-layers`` script provided
|
| /openbmc/qemu/tcg/arm/ |
| H A D | tcg-target.c.inc | 2949 * 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 D | 0004-mmal_20.patch | 1824 + MMAL_POOL_T *in_pool; // Input pool to get BH for replication
|