]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: fix migration flags undefinesource cannot work
authorLuyao Huang <lhuang@redhat.com>
Tue, 27 Oct 2015 08:53:59 +0000 (16:53 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 27 Oct 2015 09:43:52 +0000 (10:43 +0100)
commit926a98de217c5c09af438c28166fc5d5a197acb7
treeb61952f62e4c6320787e633919404d88d2a4c3cc
parenta98145e7c9f023b0253e91dd41d3484b95e51bc4
qemu: fix migration flags undefinesource cannot work

In commit f41be296, we moved vm->persistent check into
qemuDomainRemoveInactive, but we didn't change the vm->persistent
before call qemuDomainRemoveInactive in some place before and just
call it to remove the inactive vm.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/qemu/qemu_migration.c