Re: [libvirt PATCH v2 10/24] qemu_snapshot: move external disk prepare to single function

2023-07-25 Thread Peter Krempa
On Tue, Jun 27, 2023 at 17:07:13 +0200, Pavel Hrdina wrote: > We will need to reuse the functionality when reverting external > snapshots. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 38 +++--- > 1 file changed, 19 insertions(+), 19

[libvirt PATCH v2 10/24] qemu_snapshot: move external disk prepare to single function

2023-06-27 Thread Pavel Hrdina
We will need to reuse the functionality when reverting external snapshots. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c