Re: [libvirt PATCH v2 24/24] qemu_snapshot: allow snapshot revert for external snapshots

2023-08-08 Thread Peter Krempa
On Tue, Jun 27, 2023 at 17:07:27 +0200, Pavel Hrdina wrote: > Now that the support to revert external snapshots is implemented we can > drop this check. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 6 -- > 1 file changed, 6 deletions(-) Reviewed-by: Peter Krempa

[libvirt PATCH v2 24/24] qemu_snapshot: allow snapshot revert for external snapshots

2023-06-27 Thread Pavel Hrdina
Now that the support to revert external snapshots is implemented we can drop this check. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c index 9e8a7f2f9f..5150e8685a 100644 ---