]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainGetBlockJobInfo: Use qemuMonitorGetAllBlockJobInfo
authorPeter Krempa <pkrempa@redhat.com>
Fri, 4 Dec 2020 15:08:00 +0000 (16:08 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Dec 2020 09:15:00 +0000 (10:15 +0100)
commit9b44cab25a2a3e0e653977ca577f276aa4f4cc28
treec677e370eb00de45393697949b9b47dc9ce28824
parentb643bf39546a237840ed253afe6b7e33fd59c1f6
qemuDomainGetBlockJobInfo: Use qemuMonitorGetAllBlockJobInfo

Replace qemuMonitorGetBlockJobInfo by qemuMonitorGetAllBlockJobInfo and
hash table lookup. This basically open-codes qemuMonitorGetBlockJobInfo,
but it will be removed in next patch.

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