Re: [Qemu-devel] [RFC PATCH v2 7/9] spapr: CPU hotplug support

2016-03-19 Thread Igor Mammedov
On Wed, 16 Mar 2016 16:19:33 +1100 David Gibson wrote: > On Fri, Mar 11, 2016 at 10:24:36AM +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. > > > >

Re: [Qemu-devel] [RFC PATCH v2 7/9] spapr: CPU hotplug support

2016-03-15 Thread David Gibson
On Fri, Mar 11, 2016 at 10:24:36AM +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 > --- > hw/ppc/spapr.c

[Qemu-devel] [RFC PATCH v2 7/9] spapr: CPU hotplug support

2016-03-10 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 | 64 ++ hw/ppc/spapr_cpu_core.c