]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMonitorJSONAddDeviceProps: Simplify construction of the command
authorPeter Krempa <pkrempa@redhat.com>
Wed, 13 Oct 2021 15:06:15 +0000 (17:06 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 19 Nov 2021 11:38:34 +0000 (12:38 +0100)
commitab85f52c381ed31867687ffbbdd4a7cfdfbe1169
tree4fcc73a122aac6a95b001ad069c4772b7a9fe046
parent2c1e3aa6f989b84769039e904211db8799ec8cff
qemuMonitorJSONAddDeviceProps: Simplify construction of the command

Use 'qemuMonitorJSONMakeCommandInternal' instead of
'qemuMonitorJSONMakeCommand' + 'virJSONValueObjectAppend'.

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