Re: [Qemu-devel] [RFC PATCH v2 12/23] spapr: CPU hotplug support

2015-03-25 Thread David Gibson
On Wed, Mar 25, 2015 at 02:06:29PM +0530, Bharata B Rao wrote: > On Wed, Mar 25, 2015 at 02:03:45PM +1100, David Gibson wrote: > > On Mon, Mar 23, 2015 at 07:05:53PM +0530, Bharata B Rao wrote: > > > Support CPU hotplug via device-add command. Set up device tree > > > entries for the hotplugged CPU

Re: [Qemu-devel] [RFC PATCH v2 12/23] spapr: CPU hotplug support

2015-03-25 Thread Bharata B Rao
On Wed, Mar 25, 2015 at 02:03:45PM +1100, David Gibson wrote: > On Mon, Mar 23, 2015 at 07:05:53PM +0530, Bharata B Rao wrote: > > Support CPU hotplug via device-add command. Set up device tree > > entries for the hotplugged CPU core and use the exising EPOW event > > infrastructure to send CPU hot

Re: [Qemu-devel] [RFC PATCH v2 12/23] spapr: CPU hotplug support

2015-03-24 Thread David Gibson
On Mon, Mar 23, 2015 at 07:05:53PM +0530, Bharata B Rao wrote: > Support CPU hotplug via device-add command. Set up device tree > entries for the hotplugged CPU core and use the exising EPOW event > infrastructure to send CPU hotplug notification to the guest. > > Signed-off-by: Bharata B Rao > -

[Qemu-devel] [RFC PATCH v2 12/23] spapr: CPU hotplug support

2015-03-23 Thread Bharata B Rao
Support CPU hotplug via device-add command. Set up device tree entries for the hotplugged CPU core and use the exising EPOW event infrastructure to send CPU hotplug notification to the guest. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c| 75