]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove parameter 'driver' from qemuBlockJobUpdate
authorRoland Schulz <schullzroll@gmail.com>
Thu, 10 May 2018 14:16:30 +0000 (16:16 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 10 May 2018 14:43:24 +0000 (16:43 +0200)
commit91234b05736d14d800b4e611a1f7cf3209c5be92
treeff6ad49716b2239182757299b1cce7076cdfda29
parent919bb45b5607a1ae3660a7bcc4080133d88500ec
qemu: Remove parameter 'driver' from qemuBlockJobUpdate

The pointer to the qemu driver is already included in domain object's
private data, so does not need to be passed as yet another parameter
when the domain object is already passed.

Also removes parameter 'driver' from functions which had it just because of
qemuBlockJobUpdate.

Signed-off-by: Roland Schulz <schullzroll@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-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