Re: [libvirt PATCH v2 08/24] qemu_snapshot: introduce qemuSnapshotCreateQcow2Files

2023-07-25 Thread Peter Krempa
On Tue, Jun 27, 2023 at 17:07:11 +0200, Pavel Hrdina wrote: > Extract creation of qcow2 files for external snapshots to separate > function as we will need it for external snapshot revert code. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 67

[libvirt PATCH v2 08/24] qemu_snapshot: introduce qemuSnapshotCreateQcow2Files

2023-06-27 Thread Pavel Hrdina
Extract creation of qcow2 files for external snapshots to separate function as we will need it for external snapshot revert code. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 67 +--- 1 file changed, 42 insertions(+), 25 deletions(-) diff --git