Re: [libvirt] [PATCH 09/10] qemu: hotplug: qemu: hotplug: Use storage chain helpers in qemuDomainChangeMediaBlockdev

2019-06-25 Thread Ján Tomko
[although I'm really not happy with the overprefixing] On Mon, Jun 24, 2019 at 05:38:54PM +0200, Peter Krempa wrote: As this conversion removes the last use of qemuHotplugDiskSource* functions we can remove all of them now. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 188 ++--

Re: [libvirt] [PATCH 09/10] qemu: hotplug: qemu: hotplug: Use storage chain helpers in qemuDomainChangeMediaBlockdev

2019-06-25 Thread Ján Tomko
On Mon, Jun 24, 2019 at 05:38:54PM +0200, Peter Krempa wrote: As this conversion removes the last use of qemuHotplugDiskSource* functions we can remove all of them now. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 188 ++-- 1 file changed, 7 inser

[libvirt] [PATCH 09/10] qemu: hotplug: qemu: hotplug: Use storage chain helpers in qemuDomainChangeMediaBlockdev

2019-06-24 Thread Peter Krempa
As this conversion removes the last use of qemuHotplugDiskSource* functions we can remove all of them now. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 188 ++-- 1 file changed, 7 insertions(+), 181 deletions(-) diff --git a/src/qemu/qemu_hotplug