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

2015-05-19 Thread Eduardo Habkost
On Tue, May 19, 2015 at 10:46:03AM +0530, Bharata B Rao wrote: > On Mon, May 18, 2015 at 04:09:49PM -0300, Eduardo Habkost wrote: > > On Tue, May 12, 2015 at 11:06:23AM +0530, Bharata B Rao wrote: > > > This patch changes the way cpu_index is handed out to newly created > > > CPUs by tracking the a

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

2015-05-18 Thread Bharata B Rao
On Mon, May 18, 2015 at 04:09:49PM -0300, Eduardo Habkost wrote: > On Tue, May 12, 2015 at 11:06:23AM +0530, Bharata B Rao wrote: > > 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 pa

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

2015-05-18 Thread Eduardo Habkost
On Tue, May 12, 2015 at 11:06:23AM +0530, Bharata B Rao wrote: > 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

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

2015-05-11 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. An open question is