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

2015-05-06 Thread Thomas Huth
On Wed, 6 May 2015 09:58:09 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote: On Mon, May 04, 2015 at 06:10:59PM +0200, Thomas Huth wrote: On Fri, 24 Apr 2015 12:17:28 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote: Factor out bits of sPAPR specific CPU initialization code

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

2015-05-06 Thread Bharata B Rao
On Wed, May 06, 2015 at 08:32:03AM +0200, Thomas Huth wrote: On Wed, 6 May 2015 09:58:09 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote: On Mon, May 04, 2015 at 06:10:59PM +0200, Thomas Huth wrote: On Fri, 24 Apr 2015 12:17:28 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote:

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

2015-05-06 Thread Thomas Huth
On Wed, 6 May 2015 14:15:37 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote: On Wed, May 06, 2015 at 08:32:03AM +0200, Thomas Huth wrote: On Wed, 6 May 2015 09:58:09 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote: On Mon, May 04, 2015 at 06:10:59PM +0200, Thomas Huth wrote:

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

2015-05-05 Thread Bharata B Rao
On Mon, May 04, 2015 at 06:10:59PM +0200, Thomas Huth wrote: On Fri, 24 Apr 2015 12:17:28 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com 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.

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

2015-05-04 Thread Thomas Huth
On Fri, 24 Apr 2015 12:17:28 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com 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 bhar...@linux.vnet.ibm.com Reviewed-by:

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

2015-04-24 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 bhar...@linux.vnet.ibm.com Reviewed-by: David Gibson da...@gibson.dropbear.id.au --- hw/ppc/spapr.c | 54