Re: [Qemu-devel] [PATCH] PPC: Move ppc specific hw emulation to hw/ppc

2013-01-25 Thread Paolo Bonzini
Il 25/01/2013 02:12, Alexander Graf ha scritto: > This patch moves all PowerPC specific hardware emulation except for > PREP to hw/ppc. NACK, I believe it's too early for this. For example spapr_llan.c could go under hw/net, and hw/*_pci.c under hw/pci just as well. Paolo > Signed-off-by: Alexa

Re: [Qemu-devel] [PATCH] PPC: Move ppc specific hw emulation to hw/ppc

2013-01-25 Thread Alexander Graf
On 25.01.2013, at 23:40, Paolo Bonzini wrote: > Il 25/01/2013 02:12, Alexander Graf ha scritto: >> This patch moves all PowerPC specific hardware emulation except for >> PREP to hw/ppc. > > NACK, I believe it's too early for this. > > For example spapr_llan.c could go under hw/net, and hw/*_pci

Re: [Qemu-devel] [PATCH] PPC: Move ppc specific hw emulation to hw/ppc

2013-01-25 Thread Alexander Graf
On 25.01.2013, at 20:06, Blue Swirl wrote: > On Fri, Jan 25, 2013 at 1:12 AM, Alexander Graf wrote: >> This patch moves all PowerPC specific hardware emulation except for >> PREP to hw/ppc. >> >> Signed-off-by: Alexander Graf >> --- >> MAINTAINERS | 20 ++-- >

Re: [Qemu-devel] [PATCH] PPC: Move ppc specific hw emulation to hw/ppc

2013-01-25 Thread Blue Swirl
On Fri, Jan 25, 2013 at 1:12 AM, Alexander Graf wrote: > This patch moves all PowerPC specific hardware emulation except for > PREP to hw/ppc. > > Signed-off-by: Alexander Graf > --- > MAINTAINERS | 20 ++-- > hw/Makefile.objs | 16 +--

Re: [Qemu-devel] [PATCH] PPC: Move ppc specific hw emulation to hw/ppc

2013-01-25 Thread Andreas Färber
Am 25.01.2013 02:12, schrieb Alexander Graf: > diff --git a/MAINTAINERS b/MAINTAINERS > index 35c260d..3664dc8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS [...] > > New World > M: Alexander Graf > L: qemu-...@nongnu.org > S: Maintained > -F: hw/ppc_newworld.c > -F: hw/unin_pci.c > -F: hw/

[Qemu-devel] [PATCH] PPC: Move ppc specific hw emulation to hw/ppc

2013-01-24 Thread Alexander Graf
This patch moves all PowerPC specific hardware emulation except for PREP to hw/ppc. Signed-off-by: Alexander Graf --- MAINTAINERS | 20 ++-- hw/Makefile.objs | 16 +--- hw/ppc/Makefile.objs | 38 ++