Re: [Qemu-devel] [PATCH v5 1/2] QMP: add query-hotpluggable-cpus

2016-03-28 Thread Eric Blake
On 03/26/2016 12:56 PM, Igor Mammedov wrote: > it will allow mgmt to query present and hotpluggable > CPU objects, it is required from a target platform that > wish to support command to implement and set > MachineClass.query_hotpluggable_cpus > callback, which will return a list of possible CPU o

[Qemu-devel] [PATCH v5 1/2] QMP: add query-hotpluggable-cpus

2016-03-26 Thread Igor Mammedov
it will allow mgmt to query present and hotpluggable CPU objects, it is required from a target platform that wish to support command to implement and set MachineClass.query_hotpluggable_cpus callback, which will return a list of possible CPU objects with options that would be needed for hotpluggin