]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuSnapshotDiskContext: Store virQEMUDriverConfig in the struct
authorPeter Krempa <pkrempa@redhat.com>
Wed, 28 Apr 2021 12:12:39 +0000 (14:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 24 May 2021 18:38:07 +0000 (20:38 +0200)
commit18f976abe208bb755d647b7d3bdaad7a84864397
tree6da856a2260d6a7b95299435fd4f1e298bcf5526
parent983bad477110adcf9a204a0c6116bfaf2bdfb93c
qemuSnapshotDiskContext: Store virQEMUDriverConfig in the struct

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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_snapshot.c