| /qemu/tests/qemu-iotests/ |
| A D | 300 | 196 self.migrate() 204 self.migrate() 216 self.migrate() 356 self.migrate(False) 361 self.migrate(False) 373 self.migrate(False) 384 self.migrate(False) 579 self.migrate() 588 self.migrate() 674 self.migrate() [all …]
|
| A D | 201.out | 7 === Set 'migrate_set_capability postcopy-ram on' and migrate ===
|
| A D | 194.out | 13 {"execute": "migrate-start-postcopy", "arguments": {}}
|
| A D | 280.out | 6 {"execute": "migrate", "arguments": {"uri": "exec:cat > /dev/null"}}
|
| /qemu/hw/display/ |
| A D | ramfb-standalone.c | 19 bool migrate; member 49 return ramfb->migrate; in migrate_needed() 64 DEFINE_PROP_BOOL("x-migrate", RAMFBStandaloneState, migrate, true),
|
| /qemu/docs/devel/migration/ |
| A D | CPR.rst | 56 * Issue the ``migrate`` command. It is recommended the the URI be a 66 * Issue the ``migrate-incoming`` command. 67 * If the VM was running when the outgoing ``migrate`` command was 82 (qemu) migrate -d file:vm.state 121 (qemu) migrate -d file:vm.state
|
| A D | compatibility.rst | 94 we have a problem when we try to migrate between different QEMU 98 pc-5.1, it needs to **not** use the feature, to be able to migrate to 133 When we are doing migration, if we migrate from a device that has 4 138 Similar problem when we migrate from qemu-5.1 that has only one queue 262 If we try to migrate without any care from host A to host B, it will 289 And we want to migrate between them, the way configure both QEMU cpu 300 And you would be able to migrate between them. It is responsibility 309 want to be able to migrate between hosts that show different features, 447 { "e1000e", "migrate-timadj", "off" }, 485 But now we found that qemu-8.0 neither can migrate to qemu-7.2 not [all …]
|
| A D | best-practices.rst | 15 (qemu) migrate "exec:cat > mig"
|
| A D | postcopy.rst | 45 Postcopy blocktime can be retrieved by query-migrate qmp command. 218 'migrate-recover' on destination node, preparing for a resume. 221 migration using QMP command 'migrate' with resume=true flag set.
|
| A D | mapped-ram.rst | 33 ``migrate file:/path/to/migration/file``
|
| /qemu/hw/audio/ |
| A D | pcspk.c | 59 bool migrate; member 203 return s->migrate; in migrate_needed() 221 DEFINE_PROP_BOOL("migrate", PCSpkState, migrate, true),
|
| /qemu/docs/ |
| A D | COLO-FT.txt | 122 | migrate-set-capabilities with x-colo 123 | migrate 213 {"execute": "migrate-set-capabilities", "arguments": {"capabilities": [ {"capability": "x-colo", "s… 219 before running the qmp command migrate on primary QEMU 229 {"execute": "migrate-set-capabilities", "arguments": {"capabilities": [ {"capability": "x-colo", "s… 230 {"execute": "migrate", "arguments": {"uri": "tcp:127.0.0.2:9998" } } 238 You can issue command '{ "execute": "migrate-set-parameters" , "arguments":{ "x-checkpoint-delay": … 299 {"execute": "migrate-set-capabilities", "arguments":{ "capabilities": [ {"capability": "x-colo", "s… 300 {"execute": "migrate", "arguments":{ "uri": "tcp:127.0.0.2:9998" } } 328 {"execute": "migrate-set-capabilities", "arguments":{ "capabilities": [ {"capability": "x-colo", "s… [all …]
|
| A D | multi-thread-compression.txt | 129 {qemu} migrate -d tcp:destination.host:4444 130 {qemu} info migrate
|
| A D | xbzrle.txt | 96 {qemu} migrate -d tcp:destination.host:4444 97 {qemu} info migrate
|
| A D | rdma.txt | 101 $ migrate -d rdma:host:port 127 you have to migrate using RDMA.
|
| /qemu/qapi/ |
| A D | migration.json | 280 # @query-migrate: 515 # @migrate-set-capabilities: 1072 # @migrate-set-parameters: 1279 # @query-migrate-parameters: 1303 # @migrate-start-postcopy: 1500 # @migrate-continue: 1604 # @migrate: 1679 { 'command': 'migrate', 1685 # @migrate-incoming: 1930 # @migrate-recover: [all …]
|
| A D | run-state.json | 16 # @finish-migrate: guest is paused to finish the migration process 32 # @postmigrate: guest is paused following a successful 'migrate' 58 'postmigrate', 'prelaunch', 'finish-migrate', 'restore-vm',
|
| /qemu/tests/qtest/libqos/ |
| A D | libqos.h | 31 void migrate(QOSState *from, QOSState *to, const char *uri);
|
| A D | libqos.c | 79 void migrate(QOSState *from, QOSState *to, const char *uri) in migrate() function
|
| /qemu/docs/about/ |
| A D | removed-features.rst | 667 ``query-migrate`` return value member ``skipped`` (removed in 9.1) 673 ``migrate`` command option ``inc`` (removed in 9.1) 680 ``migrate`` command option ``blk`` (removed in 9.1) 687 ``migrate-set-capabilities`` ``block`` option (removed in 9.1) 694 ``migrate-set-parameter`` ``compress-level`` option (removed in 9.1) 714 ``migrate-set-capability`` ``compress`` option (removed in 9.1) 773 ``migrate-set-cache-size`` and ``info migrate-cache-size`` (removed in 6.0) 776 Use ``migrate-set-parameters`` and ``info migrate-parameters`` instead. 781 Use ``migrate-set-parameters`` instead. 794 ``migrate`` command ``-i`` option (removed in 9.1) [all …]
|
| /qemu/docs/interop/ |
| A D | dbus-vmstate.rst | 5 The QEMU dbus-vmstate object's aim is to migrate helpers' data running
|
| A D | qmp-spec.rst | 327 -> { "exec-oob": "migrate-pause", "id": 42 } 330 "desc": "migrate-pause is currently only supported during postcopy-active state" } }
|
| /qemu/docs/system/devices/ |
| A D | ivshmem.rst | 43 guest will not be able to migrate with the device attached. In the
|
| /qemu/docs/system/ |
| A D | vm-templating.rst | 7 restore other VM state (i.e., migrate-to-file with ``x-ignore-shared``).
|
| /qemu/ |
| A D | hmp-commands-info.hx | 477 .name = "migrate", 485 ``info migrate``
|