On Fri, Aug 05, 2016 at 03:56:01PM +0200, Peter Krempa wrote:
QEMU reports whether 'query-hotpluggable-cpus' is supported
for a given
machine type. Extract and cache the information using the capability
cache.
---
src/qemu/qemu_capabilities.c | 29 ++++++++++++-
src/qemu/qemu_capabilities.h | 2 +
src/qemu/qemu_monitor.h | 1 +
src/qemu/qemu_monitor_json.c | 3 ++
tests/qemucapabilitiesdata/caps_2.7.0.x86_64.xml | 54 ++++++++++++------------
5 files changed, 61 insertions(+), 28 deletions(-)
ACK