]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Add API to help creating 'transaction' arguments
authorPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jul 2018 07:24:40 +0000 (09:24 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Jul 2018 11:39:44 +0000 (13:39 +0200)
commitfaf769d862df220cff801a618abbb93796b9453b
tree29d3dc8d4629bf416bd955bc64822988f0bbe359
parent936ef573f1621751ea2e317ddb031e6537064911
qemu: monitor: Add API to help creating 'transaction' arguments

Add a new helper that will be solely used to create arguments for the
transaction command. Later on this will make it possible to remove the
overloading which was caused by the fact that snapshots were created
without transaction and also will help in blockdevification of snapshots.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h