]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: blockjob: Pass job into qemuBlockJobUpdateDisk and rename it
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 Nov 2018 12:55:28 +0000 (13:55 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2019 16:12:50 +0000 (17:12 +0100)
commit103a4245ae984122f0ad0a34d4d10a94cf12a1a8
treea096797eb238632d13ff631e3a363e26875ca537
parentc257352797a8367d8f03b2901e7b9175cc907156
qemu: blockjob: Pass job into qemuBlockJobUpdateDisk and rename it

Instead of passing in the disk information, pass in the job and name the
function accordingly.

Few callers needed to be modified to have the job pointer handy.

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