Re: [PATCH 18/35] qemuDomainAttachDeviceDiskLiveInternal: Absorb qemuDomainAttachUSBMassStorageDevice

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Move the specific device setup and address reservation code into the main hotplug helper as it's just one extra function call. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 35 +++ 1 file changed, 15

[PATCH 18/35] qemuDomainAttachDeviceDiskLiveInternal: Absorb qemuDomainAttachUSBMassStorageDevice

2021-05-21 Thread Peter Krempa
Move the specific device setup and address reservation code into the main hotplug helper as it's just one extra function call. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 35 +++ 1 file changed, 15 insertions(+), 20 deletions(-) diff --git