Re: [Qemu-devel] [RFC PATCH v3 11/24] ppc: Create sockets and cores for CPUs

2015-05-05 Thread David Gibson
On Fri, Apr 24, 2015 at 12:17:33PM +0530, Bharata B Rao wrote: > ppc machine init functions create individual CPU threads. Change this > for sPAPR by switching to socket creation. CPUs are created recursively > by socket and core instance init routines. > > TODO: Switching to socket level CPU crea

[Qemu-devel] [RFC PATCH v3 11/24] ppc: Create sockets and cores for CPUs

2015-04-23 Thread Bharata B Rao
ppc machine init functions create individual CPU threads. Change this for sPAPR by switching to socket creation. CPUs are created recursively by socket and core instance init routines. TODO: Switching to socket level CPU creation is done only for sPAPR target now. Signed-off-by: Bharata B Rao --