]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainGetBlockJobInfo: Work stats for unfinished pre-blockdev blockjob
authorPeter Krempa <pkrempa@redhat.com>
Fri, 4 Dec 2020 15:08:02 +0000 (16:08 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Dec 2020 09:15:00 +0000 (10:15 +0100)
commitf5e8715a8b4fe579676660b8af0bce63247a11aa
treeceb502add6486b753a5600a60830028b8b7e9ba9
parentf7b0ade3bed733c241b52863da3dff6d5a9d527f
qemuDomainGetBlockJobInfo: Work stats for unfinished pre-blockdev blockjob

If the job has finished, but we didn't yet process the completion fake
that it's still incomplete so that apps which decided to poll
qemuDomainGetBlockJobInfo rather than use events can be sure that the
XML update was completed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_driver.c