]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Don't resist stealing 'actions' in qemuMonitorJSONTransaction
authorPeter Krempa <pkrempa@redhat.com>
Fri, 30 Mar 2018 10:35:52 +0000 (12:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Apr 2018 11:34:33 +0000 (13:34 +0200)
commit167028e37f22a321038da4f452e6bdc68f0d1e6a
treecb23ed51416783331fa219d40b6cf15d6ff8db60
parent66cb1fa231ac061ad267083e490f3168c3e162d4
qemu: monitor: Don't resist stealing 'actions' in qemuMonitorJSONTransaction

Rather than trying to prevent stealing of the 'actions' virJSONValue
into the monitor command replace the code so that it does the same
thing, since 'actions' was actually not really used after calling the
monitor.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h