]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: driver: Remove block job status reprobing from qemuDomainBlockPivot
authorPeter Krempa <pkrempa@redhat.com>
Mon, 12 Nov 2018 06:46:49 +0000 (07:46 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2019 16:12:50 +0000 (17:12 +0100)
commitc1a4fb04f966ff23b55f60cfc97e2ff97db3e84a
treef1dde9bc3533066eefc05e4ca89189eb271e0d2c
parent9ed9124d0d72fbc1dbaa4859fcfdc998ce060488
qemu: driver: Remove block job status reprobing from qemuDomainBlockPivot

Now that we reprobe the status of blockjobs when reconnecting in
addition to handling job status events, the status reprobing can be
removed as we always track the correct status internally.

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