Re: [Qemu-devel] [PATCH v4 0/9] Core based CPU hotplug for PowerPC sPAPR

2016-06-09 Thread David Gibson
On Fri, Jun 10, 2016 at 06:28:59AM +0530, Bharata B Rao wrote: > Hi, > > This is the next version of the CPU hotplug patchset for PowerPC > sPAPR target. The hotplug semantics looks like this: > > (qemu) device_add POWER8E-spapr-cpu-core,id=core2,core-id=16[,threads=4] > (qemu) device_add host-sp

[Qemu-devel] [PATCH v4 0/9] Core based CPU hotplug for PowerPC sPAPR

2016-06-09 Thread Bharata B Rao
Hi, This is the next version of the CPU hotplug patchset for PowerPC sPAPR target. The hotplug semantics looks like this: (qemu) device_add POWER8E-spapr-cpu-core,id=core2,core-id=16[,threads=4] (qemu) device_add host-spapr-cpu-core,id=core2,core-id=16[,threads=4] (qemu) device_add POWER8E_v2.1-s