]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Kill domain when migration finish fails
authorJiri Denemark <jdenemar@redhat.com>
Tue, 7 Jul 2015 12:42:42 +0000 (14:42 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 18 Sep 2015 11:50:03 +0000 (13:50 +0200)
commitcc40c28410300f5e2a389628e1f71fa86207fb49
tree26c4bf8e611108a328bca4555ef6053b67abfdf6
parentf5c509623fc49f30c17ff539aeaeda6ad2179c03
qemu: Kill domain when migration finish fails

Whenever something fails during incoming migration in Finish phase
before we started guest CPUs, we need to kill the domain in addition to
reporting the failure.

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