
9 Aug
2016
9 Aug
'16
3:38 p.m.
On Fri, Aug 05, 2016 at 03:56:02PM +0200, Peter Krempa wrote:
To allow matching up the data returned by query-cpus to entries in the query-hotpluggable-cpus reply to allow for CPU hotplug it's necessary to
s/ to allow//
extract the QOM path as it's the only link between the two. --- src/qemu/qemu_monitor.c | 7 ++++++- src/qemu/qemu_monitor.h | 1 + src/qemu/qemu_monitor_json.c | 16 ++++++++++++++-- tests/qemumonitorjsontest.c | 14 +++++++++----- 4 files changed, 30 insertions(+), 8 deletions(-)
ACK