]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't kill running migrated domain on daemon restart
authorJiri Denemark <jdenemar@redhat.com>
Fri, 8 Jan 2016 13:06:52 +0000 (14:06 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 21 Mar 2016 14:15:46 +0000 (15:15 +0100)
commitf6ea8a9f19d4e1820e6e4be39ee7bf8297a01626
treeb1d1f200c7ee14ba2164ead4b8c8a4691a22e330
parent4cdc4a76d3412b8998c49faf4014f23aedaa1bc1
qemu: Don't kill running migrated domain on daemon restart

When destination libvirtd is restarted during migration in Finish phase
just after the point we started guest CPUs, we should not kill the
domain.

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