]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Always remove domain object if MigratePrepare fails
authorJiri Denemark <jdenemar@redhat.com>
Mon, 26 Sep 2011 11:36:37 +0000 (13:36 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 28 Sep 2011 07:57:30 +0000 (09:57 +0200)
commit1cb031a2bb3f1ea6b02fad8f677171e330767cff
treea63313e8c9dfe626fb261d3d0e9beed1f0e70618
parent03d89991f24f67ec5900bd8bbe0b09dbd0f536e4
qemu: Always remove domain object if MigratePrepare fails

If migration failed in Prepare phase after virDomainAssignDef and before
a job was started, the domain object was not properly removed.
src/qemu/qemu_migration.c