Re: [libvirt PATCH v2 14/24] qemu_snapshot: extract external snapshot delete prepare to function

2023-07-31 Thread Peter Krempa
On Tue, Jun 27, 2023 at 17:07:17 +0200, Pavel Hrdina wrote: > This part of code is about to grow to make deletion work when user > reverts to non-leaf snapshot. > > Signed-off-by: Pavel Hrdina > Reviewed-by: Peter Krempa > --- > src/qemu/qemu_snapshot.c | 89

[libvirt PATCH v2 14/24] qemu_snapshot: extract external snapshot delete prepare to function

2023-06-27 Thread Pavel Hrdina
This part of code is about to grow to make deletion work when user reverts to non-leaf snapshot. Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 89 +--- 1 file changed, 55 insertions(+), 34 deletions(-) diff --git