Re: [libvirt] [PATCH 08/10] qemu: hotplug: Use storage chain helpers in qemuDomainRemoveDiskDevice

2019-06-25 Thread Ján Tomko
On Mon, Jun 24, 2019 at 05:38:53PM +0200, Peter Krempa wrote: Use the new helpers for removing the backing chain in case when -blockdev is used. For -drive this function has a local implementation. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 19 +-- 1 file changed,

[libvirt] [PATCH 08/10] qemu: hotplug: Use storage chain helpers in qemuDomainRemoveDiskDevice

2019-06-24 Thread Peter Krempa
Use the new helpers for removing the backing chain in case when -blockdev is used. For -drive this function has a local implementation. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_h