Re: [PATCH 04/35] qemuSnapshotDiskContext: Store virQEMUDriverConfig in the struct

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: The config is used both with the preparation and execution functions, so we can store it in the context to simplify other helpers. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 7 +++ 1 file changed, 7 insertions(+) Reviewed-by: Ján

[PATCH 04/35] qemuSnapshotDiskContext: Store virQEMUDriverConfig in the struct

2021-05-21 Thread Peter Krempa
The config is used both with the preparation and execution functions, so we can store it in the context to simplify other helpers. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/qemu/qemu_snapshot.c