]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainAttachDiskGeneric: Pass the qemu async job type
authorPeter Krempa <pkrempa@redhat.com>
Tue, 18 May 2021 14:18:53 +0000 (16:18 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 24 May 2021 18:38:08 +0000 (20:38 +0200)
commitbd47d007a2e52a60a0180f7cb64e6af3319ee832
tree32656be11f336384e506756d2e778f6de9426fe6
parent2e94002d2ace4e4a6dbfc13a84fdab28f22c5c4a
qemuDomainAttachDiskGeneric: Pass the qemu async job type

The qemuDomainAttachDiskGeneric will also be used on startup for
transient disks which share the overlay. The VM startup code passes the
asyncJob around so we need to pass it into qemuDomainAttachDiskGeneric.

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