]> git.proxmox.com Git - qemu.git/commit
spice: adding seamless-migration option to the command line
authorYonit Halperin <yhalperi@redhat.com>
Tue, 21 Aug 2012 08:51:59 +0000 (11:51 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:58:29 +0000 (01:58 -0500)
commit7908e4a3882e81dad38c7563541c8b9eee7f4132
treed7faf33c931edcabe13c27efe3d2bb3372c401d3
parent38a01d68c6bad5a4d9859aaa3a40c6c5df4b799e
spice: adding seamless-migration option to the command line

The seamless-migration flag is required in order to identify
whether libvirt supports the new QEVENT_SPICE_MIGRATE_COMPLETED or not
(by default the flag is off).
New libvirt versions that wait for QEVENT_SPICE_MIGRATE_COMPLETED should turn on this flag.
When this flag is off, spice fallbacks to its old migration method, which
can result in data loss.

Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 8c9570530c819821b9b5cc3113d2b2966afe7621)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-config.c
qemu-options.hx
ui/spice-core.c