]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Simplify qemuMigrationFinish
authorJiri Denemark <jdenemar@redhat.com>
Tue, 7 Jul 2015 12:11:58 +0000 (14:11 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 18 Sep 2015 11:49:49 +0000 (13:49 +0200)
commit8874d37f94ca71ac0954183883f98ca1d3df0acc
tree5ba84c8f979af6bafd3abe70632099882a59e397
parenta86b188567e44c736d59c72fc55b08c86274f94e
qemu: Simplify qemuMigrationFinish

Offline migration is quite special because we don't really need to do
anything but make the domain persistent. Let's do it separately from
normal migration to avoid cluttering the code with
!(flags & VIR_MIGRATE_OFFLINE).

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