Re: [Qemu-devel] [RFC PATCH v2 09/23] spapr: Add CPU hotplug handler

2015-03-24 Thread David Gibson
On Mon, Mar 23, 2015 at 07:05:50PM +0530, Bharata B Rao wrote: > Add CPU hotplug handler to spapr machine class and let the plug handler > initialize spapr CPU specific initialization bits for a realized CPU. > This lets CPU boot path and hotplug path to share as much code as possible. > > Signed-

[Qemu-devel] [RFC PATCH v2 09/23] spapr: Add CPU hotplug handler

2015-03-23 Thread Bharata B Rao
Add CPU hotplug handler to spapr machine class and let the plug handler initialize spapr CPU specific initialization bits for a realized CPU. This lets CPU boot path and hotplug path to share as much code as possible. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c | 25 -