]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Add a qemuMonitorGetCPUDefinitions method for QMP query-cpu-definitions command
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 20 Aug 2012 14:58:20 +0000 (15:58 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Sep 2012 09:53:24 +0000 (10:53 +0100)
commit2ecec6e2064c7ae6ec236cd9d392fa9c46390f84
tree70126ed6951c016ddaa16c05b6789c6d053ce8df
parent399937218207efcf1167b75986e22104b8b75fae
Add a qemuMonitorGetCPUDefinitions method for QMP query-cpu-definitions command

Add a new qemuMonitorGetCPUDefinitions() method to support invocation
of the 'query-cpu-definitions' JSON monitor command. No HMP equivalent
is required, since this will only be present for QEMU >= 1.2

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c