Re: [PATCH 31/35] qemuDomainAttachDiskGeneric: Pass the qemu async job type

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: 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 ---

[PATCH 31/35] qemuDomainAttachDiskGeneric: Pass the qemu async job type

2021-05-21 Thread Peter Krempa
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 --- src/qemu/qemu_hotplug.c | 23 ++-