Re: [libvirt] [PATCH v3 4/4] qemu: block: enable the snapshot image deletion feature

2019-12-03 Thread Peter Krempa
On Thu, Nov 21, 2019 at 11:00:47 +0100, Pavel Mores wrote: > With all plumbing in place, we can now enable the new functionality. > > Signed-off-by: Pavel Mores > --- > src/qemu/qemu_driver.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/src/qemu/qemu_driver.c

[libvirt] [PATCH v3 4/4] qemu: block: enable the snapshot image deletion feature

2019-11-21 Thread Pavel Mores
With all plumbing in place, we can now enable the new functionality. Signed-off-by: Pavel Mores --- src/qemu/qemu_driver.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index a3ff4b2177..75458f5c8a 100644 ---