Home
last modified time | relevance | path

Searched refs:migrate (Results 1 – 25 of 35) sorted by relevance

12

/qemu/tests/qemu-iotests/
A D300196 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 D201.out7 === Set 'migrate_set_capability postcopy-ram on' and migrate ===
A D194.out13 {"execute": "migrate-start-postcopy", "arguments": {}}
A D280.out6 {"execute": "migrate", "arguments": {"uri": "exec:cat > /dev/null"}}
/qemu/hw/display/
A Dramfb-standalone.c19 bool migrate; member
49 return ramfb->migrate; in migrate_needed()
64 DEFINE_PROP_BOOL("x-migrate", RAMFBStandaloneState, migrate, true),
/qemu/docs/devel/migration/
A DCPR.rst56 * 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 Dcompatibility.rst94 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 Dbest-practices.rst15 (qemu) migrate "exec:cat > mig"
A Dpostcopy.rst45 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 Dmapped-ram.rst33 ``migrate file:/path/to/migration/file``
/qemu/hw/audio/
A Dpcspk.c59 bool migrate; member
203 return s->migrate; in migrate_needed()
221 DEFINE_PROP_BOOL("migrate", PCSpkState, migrate, true),
/qemu/docs/
A DCOLO-FT.txt122 | 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 Dmulti-thread-compression.txt129 {qemu} migrate -d tcp:destination.host:4444
130 {qemu} info migrate
A Dxbzrle.txt96 {qemu} migrate -d tcp:destination.host:4444
97 {qemu} info migrate
A Drdma.txt101 $ migrate -d rdma:host:port
127 you have to migrate using RDMA.
/qemu/qapi/
A Dmigration.json280 # @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 Drun-state.json16 # @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 Dlibqos.h31 void migrate(QOSState *from, QOSState *to, const char *uri);
A Dlibqos.c79 void migrate(QOSState *from, QOSState *to, const char *uri) in migrate() function
/qemu/docs/about/
A Dremoved-features.rst667 ``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 Ddbus-vmstate.rst5 The QEMU dbus-vmstate object's aim is to migrate helpers' data running
A Dqmp-spec.rst327 -> { "exec-oob": "migrate-pause", "id": 42 }
330 "desc": "migrate-pause is currently only supported during postcopy-active state" } }
/qemu/docs/system/devices/
A Divshmem.rst43 guest will not be able to migrate with the device attached. In the
/qemu/docs/system/
A Dvm-templating.rst7 restore other VM state (i.e., migrate-to-file with ``x-ignore-shared``).
/qemu/
A Dhmp-commands-info.hx477 .name = "migrate",
485 ``info migrate``

Completed in 48 milliseconds

12