]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
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)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 5 Sep 2012 15:11:55 +0000 (17:11 +0200)
commit8c9570530c819821b9b5cc3113d2b2966afe7621
tree79ea617844315fb3d691d278a74a32a8388b69c4
parent61c4efe2cb85b0a9c6bc68f6a2dd107c8d7ec080
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>
qemu-config.c
qemu-options.hx
ui/spice-core.c