Re: [Qemu-devel] [PATCH 2/3] PCI config include

2010-11-27 Thread Paul Brook
> On Sat, Nov 27, 2010 at 11:30:52AM +, Paul Brook wrote: > > --- > > > > Makefile.objs |3 +- > > default-configs/pci.mak |1 + > > default-configs/sparc-softmmu.mak |1 + > > hw/pcnet.c| 311 > > +---

Re: [Qemu-devel] [PATCH 2/3] PCI config include

2010-11-27 Thread Isaku Yamahata
On Sat, Nov 27, 2010 at 11:30:52AM +, Paul Brook wrote: > --- > Makefile.objs |3 +- > default-configs/pci.mak |1 + > default-configs/sparc-softmmu.mak |1 + > hw/pcnet.c| 311 > + > hw/p

Re: [Qemu-devel] [PATCH 2/3] PCI config include

2010-11-27 Thread Paul Brook
> > > diff --git a/default-configs/sparc-softmmu.mak > > > b/default-configs/sparc-softmmu.mak index becf880..7c788b8 100644 > > > --- a/default-configs/sparc-softmmu.mak > > > +++ b/default-configs/sparc-softmmu.mak > > > @@ -1,10 +1,10 @@ > > > > > > # Default configuration for sparc-softmmu >

Re: [Qemu-devel] [PATCH 2/3] PCI config include

2010-11-27 Thread Paul Brook
> > diff --git a/default-configs/sparc-softmmu.mak > > b/default-configs/sparc-softmmu.mak index becf880..7c788b8 100644 > > --- a/default-configs/sparc-softmmu.mak > > +++ b/default-configs/sparc-softmmu.mak > > @@ -1,10 +1,10 @@ > > # Default configuration for sparc-softmmu > > > > +include pci

Re: [Qemu-devel] [PATCH 2/3] PCI config include

2010-11-27 Thread Blue Swirl
On Sat, Nov 27, 2010 at 12:07 AM, Paul Brook wrote: > Split PCI config options into a separate file > > Signed-off-by: Paul Brook > --- >  Makefile.objs                          |   20 +++- >  Makefile.target                        |    4 ++-- >  default-configs/arm-softmmu.mak  

[Qemu-devel] [PATCH 2/3] PCI config include

2010-11-26 Thread Paul Brook
Split PCI config options into a separate file Signed-off-by: Paul Brook --- Makefile.objs | 20 +++- Makefile.target|4 ++-- default-configs/arm-softmmu.mak|3 +-- default-configs/cris-softmmu.mak |2 +-