Re: [Qemu-devel] [RFC PATCH v2 06/23] spapr: Consolidate cpu init code into a routine

2015-03-24 Thread David Gibson
On Mon, Mar 23, 2015 at 07:05:47PM +0530, Bharata B Rao wrote: > Factor out bits of sPAPR specific CPU initialization code into > a separate routine so that it can be called from CPU hotplug > path too. > > Signed-off-by: Bharata B Rao Reviewed-by: David Gibson -- David Gibson

[Qemu-devel] [RFC PATCH v2 06/23] spapr: Consolidate cpu init code into a routine

2015-03-23 Thread Bharata B Rao
Factor out bits of sPAPR specific CPU initialization code into a separate routine so that it can be called from CPU hotplug path too. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c | 54 +- 1 file changed, 29 insertions(+), 25 deletions(-) di