Re: [Qemu-devel] [RFC PATCH v3 12/24] spapr: CPU hotplug support

2015-05-06 Thread Bharata B Rao
On Tue, May 05, 2015 at 04:59:51PM +1000, David Gibson wrote: On Fri, Apr 24, 2015 at 12:17:34PM +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

Re: [Qemu-devel] [RFC PATCH v3 12/24] spapr: CPU hotplug support

2015-05-06 Thread David Gibson
On Wed, May 06, 2015 at 11:44:20AM +0530, Bharata B Rao wrote: On Tue, May 05, 2015 at 04:59:51PM +1000, David Gibson wrote: On Fri, Apr 24, 2015 at 12:17:34PM +0530, Bharata B Rao wrote: Support CPU hotplug via device-add command. Set up device tree entries for the hotplugged CPU core

Re: [Qemu-devel] [RFC PATCH v3 12/24] spapr: CPU hotplug support

2015-05-05 Thread Bharata B Rao
On Mon, May 04, 2015 at 05:53:23PM +0200, Thomas Huth wrote: On Fri, 24 Apr 2015 12:17:34 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com 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

Re: [Qemu-devel] [RFC PATCH v3 12/24] spapr: CPU hotplug support

2015-05-05 Thread David Gibson
On Fri, Apr 24, 2015 at 12:17:34PM +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. Also support cold plugged CPUs that

Re: [Qemu-devel] [RFC PATCH v3 12/24] spapr: CPU hotplug support

2015-05-04 Thread Thomas Huth
On Fri, 24 Apr 2015 12:17:34 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com 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. Also support

[Qemu-devel] [RFC PATCH v3 12/24] spapr: CPU hotplug support

2015-04-24 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. Also support cold plugged CPUs that are specified by -device option on cmdline. Signed-off-by: Bharata B