Re: [Qemu-devel] [for-2.7 PATCH v3 09/15] spapr: CPU hotplug support

2016-06-02 Thread David Gibson
On Thu, May 12, 2016 at 09:18:19AM +0530, Bharata B Rao wrote: > Set up device tree entries for the hotplugged CPU core and use the > exising RTAS event logging infrastructure to send CPU hotplug notification > to the guest. > > Signed-off-by: Bharata B Rao Reviewed-by: David Gibson > --- > h

[Qemu-devel] [for-2.7 PATCH v3 09/15] spapr: CPU hotplug support

2016-05-11 Thread Bharata B Rao
Set up device tree entries for the hotplugged CPU core and use the exising RTAS event logging infrastructure to send CPU hotplug notification to the guest. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c | 91 ++--- hw/ppc/spapr_cpu_core.c