Re: [PATCH 06/35] qemuSnapshotDiskCreate: Use 'cfg' from the qemuSnapshotDiskContext

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: We store the virQEMUDriverConfig object in the context. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) Reviewed-by: Ján Tomko Jano signature.asc Description: PGP

[PATCH 06/35] qemuSnapshotDiskCreate: Use 'cfg' from the qemuSnapshotDiskContext

2021-05-21 Thread Peter Krempa
We store the virQEMUDriverConfig object in the context. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c index 0a93621b75..8855a019cb 100644 ---