Re: [Qemu-devel] [PATCH v2 1/5] QMP: add query-hotpluggable-cpus

2016-03-09 Thread Igor Mammedov
On Tue, 8 Mar 2016 09:46:58 -0700 Eric Blake wrote: > On 03/08/2016 06:18 AM, Igor Mammedov wrote: > > it will allow mgmt to query present and possible to hotplug > > maybe s/possible to hotplug/hotpluggable/ > > > CPU objects, it is required from a target platform that > > wish to support co

Re: [Qemu-devel] [PATCH v2 1/5] QMP: add query-hotpluggable-cpus

2016-03-08 Thread David Gibson
On Tue, Mar 08, 2016 at 09:46:58AM -0700, Eric Blake wrote: > On 03/08/2016 06:18 AM, Igor Mammedov wrote: > > it will allow mgmt to query present and possible to hotplug > > maybe s/possible to hotplug/hotpluggable/ > > > CPU objects, it is required from a target platform that > > wish to suppor

Re: [Qemu-devel] [PATCH v2 1/5] QMP: add query-hotpluggable-cpus

2016-03-08 Thread Eric Blake
On 03/08/2016 06:18 AM, Igor Mammedov wrote: > it will allow mgmt to query present and possible to hotplug maybe s/possible to hotplug/hotpluggable/ > CPU objects, it is required from a target platform that > wish to support command to implement > qmp_query_hotpluggable_cpus() > functioni, which

[Qemu-devel] [PATCH v2 1/5] QMP: add query-hotpluggable-cpus

2016-03-08 Thread Igor Mammedov
it will allow mgmt to query present and possible to hotplug CPU objects, it is required from a target platform that wish to support command to implement qmp_query_hotpluggable_cpus() functioni, which will return a list of possible CPU objects with options that would be needed for hotplugging possi