Re: [libvirt PATCH v2 17/24] qemu_snapshot: add support to delete external snapshot without block commit

2023-08-02 Thread Peter Krempa
On Tue, Jun 27, 2023 at 17:07:20 +0200, Pavel Hrdina wrote: > When block commit is not needed we can just simply unlink the > disk files. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 56 ++-- > 1 file changed, 36 insertions(+), 20

[libvirt PATCH v2 17/24] qemu_snapshot: add support to delete external snapshot without block commit

2023-06-27 Thread Pavel Hrdina
When block commit is not needed we can just simply unlink the disk files. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 56 ++-- 1 file changed, 36 insertions(+), 20 deletions(-) diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c