Re: [libvirt PATCH v2 19/24] qemu_snapshot: remove revertdisks when creating new snapshot

2023-08-02 Thread Peter Krempa
On Tue, Jun 27, 2023 at 17:07:22 +0200, Pavel Hrdina wrote: > When user creates a new snapshot after reverting to non-leaf snapshot we > no longer need to store the temporary overlays as they will be part of > the VM XMLs stored in the newly created snapshot. > > Signed-off-by: Pavel Hrdina >

[libvirt PATCH v2 19/24] qemu_snapshot: remove revertdisks when creating new snapshot

2023-06-27 Thread Pavel Hrdina
When user creates a new snapshot after reverting to non-leaf snapshot we no longer need to store the temporary overlays as they will be part of the VM XMLs stored in the newly created snapshot. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 23 ++- 1 file