Re: [PATCH 01/35] qemu: snapshot: Extract setup of snapshot disk definition for transient disks

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: The code will be later reused when adding support for sharing the backing image of the snapshot. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-)

[PATCH 01/35] qemu: snapshot: Extract setup of snapshot disk definition for transient disks

2021-05-21 Thread Peter Krempa
The code will be later reused when adding support for sharing the backing image of the snapshot. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/src/qemu/qemu_snapshot.c