Re: [PATCH 03/35] qemuSnapshotDiskPrepareOne: Pass in qemuSnapshotDiskContext

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Rather than filling various parts of the context from arguments pass in the whole context. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) Reviewed-by: Ján Tomko

[PATCH 03/35] qemuSnapshotDiskPrepareOne: Pass in qemuSnapshotDiskContext

2021-05-21 Thread Peter Krempa
Rather than filling various parts of the context from arguments pass in the whole context. Signed-off-by: Peter Krempa --- src/qemu/qemu_snapshot.c | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c