Re: [Qemu-devel] [PATCH v4 07/16] pc: implement query-hotpluggable-cpus callback

2016-07-18 Thread Michael S. Tsirkin
On Thu, Jul 14, 2016 at 06:54:36PM +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 v4 07/16] pc: implement query-hotpluggable-cpus callback

2016-07-14 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