Re: [Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-06-04 Thread Paolo Bonzini
On 04/06/2015 10:39, Peter Crosthwaite wrote: >> > I wouldn't mind separating the "CPU" parts of exec.c and moving them >> > under Andreas and Eduardo's mantainership. In fact, Peter, in your >> > patch to move stuff from cpu-exec.c to cpus.c, perhaps you can use >> > qom/cpu.c instead? Then qo

Re: [Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-06-04 Thread Peter Crosthwaite
On Thu, Jun 4, 2015 at 1:09 AM, Paolo Bonzini wrote: > On 04/06/2015 07:44, Peter Crosthwaite wrote: >> On Wed, Jun 3, 2015 at 8:08 PM, Bharata B Rao >> wrote: >>> On Thu, May 28, 2015 at 09:59:38PM -0700, Peter Crosthwaite wrote: On Thu, May 28, 2015 at 7:27 PM, Bharata B Rao wrote: >

Re: [Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-06-04 Thread Paolo Bonzini
On 04/06/2015 07:44, Peter Crosthwaite wrote: > On Wed, Jun 3, 2015 at 8:08 PM, Bharata B Rao > wrote: >> On Thu, May 28, 2015 at 09:59:38PM -0700, Peter Crosthwaite wrote: >>> On Thu, May 28, 2015 at 7:27 PM, Bharata B Rao >>> wrote: All the comments have been addressed and the series has b

Re: [Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-06-03 Thread Peter Crosthwaite
On Wed, Jun 3, 2015 at 8:08 PM, Bharata B Rao wrote: > On Thu, May 28, 2015 at 09:59:38PM -0700, Peter Crosthwaite wrote: >> On Thu, May 28, 2015 at 7:27 PM, Bharata B Rao >> wrote: >> > All the comments have been addressed and the series has been reviewed >> > by David, Eduardo and Igor. Can thi

Re: [Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-06-03 Thread Bharata B Rao
On Thu, May 28, 2015 at 09:59:38PM -0700, Peter Crosthwaite wrote: > On Thu, May 28, 2015 at 7:27 PM, Bharata B Rao > wrote: > > All the comments have been addressed and the series has been reviewed > > by David, Eduardo and Igor. Can this series be taken in now ? > > > > Andreas' comment on P3 l

Re: [Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-05-28 Thread Peter Crosthwaite
On Thu, May 28, 2015 at 7:27 PM, Bharata B Rao wrote: > All the comments have been addressed and the series has been reviewed > by David, Eduardo and Igor. Can this series be taken in now ? > Andreas' comment on P3 looks unaddressed. I think it can be handled by just putting that one sentance exp

Re: [Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-05-28 Thread Bharata B Rao
All the comments have been addressed and the series has been reviewed by David, Eduardo and Igor. Can this series be taken in now ? Regards, Bharata. On Thu, May 21, 2015 at 10:32:05AM +0530, Bharata B Rao wrote: > This patch changes the way cpu_index is handed out to newly created > CPUs by trac

[Qemu-devel] [PATCH v3 0/3] Bitmap based CPU enumeration

2015-05-20 Thread Bharata B Rao
This patch changes the way cpu_index is handed out to newly created CPUs by tracking the allocted CPUs in a bitmap. More information and the need for this patch is described in patch 2/3 of this series. These generic changes are needed to support CPU hot plug/unplug on PowerPC. Changes in v3 -