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 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 wrote: > > > > > On Mon, May 04, 2015 at 06:10:59PM +0200, Thomas Huth wrote: > > > > On Fri, 24 Apr 2015 12:17:28 +0530

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 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 wrote: > > > > > > > Factor out bits of sPAPR s

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

2015-05-05 Thread Thomas Huth
On Wed, 6 May 2015 09:58:09 +0530 Bharata B Rao 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 wrote: > > > > > Factor out bits of sPAPR specific CPU initialization code into > > > a separate routine so that it can

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 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: Bhar

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 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 > --- > hw/ppc/spapr.c | 54

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

2015-04-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 Reviewed-by: David Gibson --- hw/ppc/spapr.c | 54 +- 1 file changed, 29 inserti