]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Unite error handling in qemuMigrationRun
authorJiri Denemark <jdenemar@redhat.com>
Thu, 19 Oct 2017 12:15:46 +0000 (14:15 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 23 Oct 2017 08:08:29 +0000 (10:08 +0200)
commit7d2fbabcafaa357729a39331b015d759fc4213dd
tree50d4cadb008d5185fed571f0f1fd3b16c9bddf04
parentc1a643b68f34040dee75959824759d527472e3c9
qemu: Unite error handling in qemuMigrationRun

Merge cancel and cancelPostCopy sections with the generic error section,
where we can easily decide whether canceling the ongoing migration is
required.

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