Re: [Qemu-devel] [RFC PATCH v3 08/24] ppc: Prepare CPU socket/core abstraction

2015-05-05 Thread Thomas Huth
On Wed, 6 May 2015 10:10:15 +0530 Bharata B Rao wrote: > On Mon, May 04, 2015 at 05:15:04PM +0200, Thomas Huth wrote: > > On Fri, 24 Apr 2015 12:17:30 +0530 > > Bharata B Rao wrote: > > > > > Signed-off-by: Bharata B Rao > > > Signed-off-by: Andreas Färber > > > > Not sure if QEMU is fully f

Re: [Qemu-devel] [RFC PATCH v3 08/24] ppc: Prepare CPU socket/core abstraction

2015-05-05 Thread Bharata B Rao
On Mon, May 04, 2015 at 05:15:04PM +0200, Thomas Huth wrote: > On Fri, 24 Apr 2015 12:17:30 +0530 > Bharata B Rao wrote: > > > Signed-off-by: Bharata B Rao > > Signed-off-by: Andreas Färber > > Not sure if QEMU is fully following the kernel Sob-process, but if > that's the case, I think your S

Re: [Qemu-devel] [RFC PATCH v3 08/24] ppc: Prepare CPU socket/core abstraction

2015-05-05 Thread David Gibson
On Fri, Apr 24, 2015 at 12:17:30PM +0530, Bharata B Rao wrote: As Thomas says, this really needs a commit message. I also think building this infrastructure is a bit premature when the discussion is ongoing about how to do this geerically. What I'd suggest is just have the minimal set you need,

Re: [Qemu-devel] [RFC PATCH v3 08/24] ppc: Prepare CPU socket/core abstraction

2015-05-04 Thread Thomas Huth
On Fri, 24 Apr 2015 12:17:30 +0530 Bharata B Rao wrote: > Signed-off-by: Bharata B Rao > Signed-off-by: Andreas Färber Not sure if QEMU is fully following the kernel Sob-process, but if that's the case, I think your Sob should be below the one of Andreas in case you're the last person who touc

[Qemu-devel] [RFC PATCH v3 08/24] ppc: Prepare CPU socket/core abstraction

2015-04-23 Thread Bharata B Rao
Signed-off-by: Bharata B Rao Signed-off-by: Andreas Färber --- hw/ppc/Makefile.objs| 1 + hw/ppc/cpu-core.c | 46 hw/ppc/cpu-socket.c | 47 + include/hw/ppc/cpu-core.h | 32 +