Re: [libvirt] [PATCH 4/5] qemu: hotplug: Disallow media change while blockjob is active

2019-04-02 Thread Ján Tomko
On Fri, Mar 29, 2019 at 02:53:56PM +0100, Peter Krempa wrote: Until the block job completes we can't change the disk chain. Removal would fail as the block job still has reference to the chain. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 7 +++ 1 file changed, 7 insertions(+)

[libvirt] [PATCH 4/5] qemu: hotplug: Disallow media change while blockjob is active

2019-03-29 Thread Peter Krempa
Until the block job completes we can't change the disk chain. Removal would fail as the block job still has reference to the chain. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/qemu/qemu_hotplug.c