Re: [Qemu-devel] [PATCH v3 08/19] pc: implement query-hotpluggable-cpus callback

2016-07-12 Thread Eric Blake
On 07/06/2016 12:20 AM, Igor Mammedov wrote: > it returns a list of present/possible to hotplug CPU > objects with a list of properties to use with > device_add. > > in PC case returned list would looks like: > -> { "execute": "query-hotpluggable-cpus" } > <- {"return": [ > { > "type"

Re: [Qemu-devel] [PATCH v3 08/19] pc: implement query-hotpluggable-cpus callback

2016-07-12 Thread Igor Mammedov
On Mon, 11 Jul 2016 23:54:42 -0300 Eduardo Habkost wrote: > On Wed, Jul 06, 2016 at 08:20:44AM +0200, Igor Mammedov wrote: > > it returns a list of present/possible to hotplug CPU > > objects with a list of properties to use with > > device_add. > > > > in PC case returned list would looks like:

Re: [Qemu-devel] [PATCH v3 08/19] pc: implement query-hotpluggable-cpus callback

2016-07-11 Thread Eduardo Habkost
On Wed, Jul 06, 2016 at 08:20:44AM +0200, Igor Mammedov wrote: > it returns a list of present/possible to hotplug CPU > objects with a list of properties to use with > device_add. > > in PC case returned list would looks like: > -> { "execute": "query-hotpluggable-cpus" } > <- {"return": [ >

[Qemu-devel] [PATCH v3 08/19] pc: implement query-hotpluggable-cpus callback

2016-07-05 Thread Igor Mammedov
it returns a list of present/possible to hotplug CPU objects with a list of properties to use with device_add. in PC case returned list would looks like: -> { "execute": "query-hotpluggable-cpus" } <- {"return": [ { "type": "qemu64-x86_64-cpu", "vcpus-count": 1, "props": {"cor