Re: [Qemu-devel] [PATCH v5 08/10] spapr: CPU hotplug support

2015-11-30 Thread Bharata B Rao
On Tue, Dec 01, 2015 at 12:30:12PM +1100, David Gibson wrote: > On Fri, Nov 20, 2015 at 06:24:37PM +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] [PATCH v5 08/10] spapr: CPU hotplug support

2015-11-30 Thread David Gibson
On Fri, Nov 20, 2015 at 06:24:37PM +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. > > Create only cores explicitly from

[Qemu-devel] [PATCH v5 08/10] spapr: CPU hotplug support

2015-11-20 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. Create only cores explicitly from boot path as well as hotplug path and let the ->plug() handler of the co