]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Extract qemu cpu id along with other data
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Nov 2016 13:57:54 +0000 (14:57 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 21 Nov 2016 16:19:48 +0000 (17:19 +0100)
commit3f71c797689a4a70878bc50b341763dfc34a98ff
treeaa658e9d2da99d20c387eda70c50d64d7147eb97
parent2e0d6cdec4113c9ff941c0402a89d4151a1a51e6
qemu: monitor: Extract qemu cpu id along with other data

Storing of the ID will allow simpler extraction of data present only in
query-cpus without the need to call qemuMonitorGetCPUInfo in statistics
paths.
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_text.c
tests/qemumonitorjsontest.c