Re: [libvirt] [PATCH 08/27] qemu: monitor: Add algorithm for combining query-(hotpluggable-)-cpus data

2016-08-11 Thread Pavel Hrdina
On Fri, Aug 05, 2016 at 03:56:04PM +0200, Peter Krempa wrote: > For hotplug purposes it's necessary to retrieve data using > query-hotpluggable-cpus while the old query-cpus API report thread IDs > and order of hotplug. > > This patch adds code that merges the data using a rather non-trivial > alg

Re: [libvirt] [PATCH 08/27] qemu: monitor: Add algorithm for combining query-(hotpluggable-)-cpus data

2016-08-10 Thread Shivaprasad bhat
On Fri, Aug 5, 2016 at 7:26 PM, Peter Krempa wrote: > For hotplug purposes it's necessary to retrieve data using > query-hotpluggable-cpus while the old query-cpus API report thread IDs > and order of hotplug. > > This patch adds code that merges the data using a rather non-trivial > algorithm an

[libvirt] [PATCH 08/27] qemu: monitor: Add algorithm for combining query-(hotpluggable-)-cpus data

2016-08-05 Thread Peter Krempa
For hotplug purposes it's necessary to retrieve data using query-hotpluggable-cpus while the old query-cpus API report thread IDs and order of hotplug. This patch adds code that merges the data using a rather non-trivial algorithm and fills the data to the qemuMonitorCPUInfo structure for adding t