Re: [libvirt] [PATCH 06/27] qemu: monitor: Extract QOM path from query-cpus reply

2016-08-09 Thread Pavel Hrdina
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. > --- > sr

[libvirt] [PATCH 06/27] qemu: monitor: Extract QOM path from query-cpus reply

2016-08-05 Thread Peter Krempa
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 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/q