]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: migration: Don't call qemuBlockJobSyncEndDisk when block job has terminated
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 Nov 2018 16:57:53 +0000 (17:57 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2019 16:12:50 +0000 (17:12 +0100)
commite5f704c971c3a5733cea02cd1fe87a4045f7b58c
tree65530eb9500fb4c1cfa9ecefd26658a30f224451
parenta54acc857019910992090cc65fe37d3a119e0f3e
qemu: migration: Don't call qemuBlockJobSyncEndDisk when block job has terminated

Now that the data is per-job, we don't really need to bother with
finishing the synchronous job handling if the job is already terminated.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_migration.c