Re: [libvirt RFC 15/24] qemu_snapshot: call qemuSnapshotDiscardMetadata from qemuSnapshotDiscard

2022-09-01 Thread Peter Krempa
On Tue, Aug 23, 2022 at 18:32:18 +0200, Pavel Hrdina wrote: > This changes the snapshot delete call order. Previously we did snapshot > XML reparenting before the actual snapshot deletion. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 64 +

[libvirt RFC 15/24] qemu_snapshot: call qemuSnapshotDiscardMetadata from qemuSnapshotDiscard

2022-08-23 Thread Pavel Hrdina
This changes the snapshot delete call order. Previously we did snapshot XML reparenting before the actual snapshot deletion. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 64 +--- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/src