]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Don't always wait for SPICE to finish migration
authorJiri Denemark <jdenemar@redhat.com>
Mon, 29 Feb 2016 12:18:13 +0000 (13:18 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 1 Mar 2016 14:59:00 +0000 (15:59 +0100)
commitbd7c8a693d4d5f036ac55990bf5785dd19774685
tree11f01d82fd86d9c935b0cbb502be0f35daa3d051
parent3ecd73c4d8962acfbc4bac05bcd47663f2bd791f
qemu: Don't always wait for SPICE to finish migration

When SPICE graphics is configured for a domain but we did not ask the
client to switch to the destination, we should not wait for
SPICE_MIGRATE_COMPLETED event (which will never come).

https://bugzilla.redhat.com/show_bug.cgi?id=1151723

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.h
src/qemu/qemu_migration.c