]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Extract QOM path from query-cpus reply
authorPeter Krempa <pkrempa@redhat.com>
Thu, 28 Jul 2016 08:33:10 +0000 (10:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 24 Aug 2016 19:44:47 +0000 (15:44 -0400)
commitc91be16b9ff0bfb8f6db400db4ae36c8a47842fc
tree7d3f76004d590ce3037aa84089f7c5060bf209f9
parent920bbe5c15007b470a97cdc33353b17a7be5a55e
qemu: monitor: Extract QOM path from query-cpus reply

To allow matching up the data returned by query-cpus to entries in the
query-hotpluggable-cpus reply for CPU hotplug it's necessary to extract
the QOM path as it's the only link between the two.
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
tests/qemumonitorjsontest.c