Re: [libvirt PATCH 05/20] qemu_snapshot: introduce qemuSnapshotDomainDefUpdateDisk

2023-04-03 Thread Peter Krempa
On Mon, Mar 13, 2023 at 16:42:06 +0100, Pavel Hrdina wrote: > Extract the code that updates disks in domain definition while creating > external snapshots. We will use it later in the external snapshot revert > code. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 63

[libvirt PATCH 05/20] qemu_snapshot: introduce qemuSnapshotDomainDefUpdateDisk

2023-03-13 Thread Pavel Hrdina
Extract the code that updates disks in domain definition while creating external snapshots. We will use it later in the external snapshot revert code. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 63 1 file changed, 38 insertions(+), 25