qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH 2/3] PCI config include
Date: Sat, 27 Nov 2010 11:58:12 +0000
User-agent: KMail/1.13.5 (Linux/2.6.36-trunk-amd64; KDE/4.4.5; x86_64; ; )

> On Sat, Nov 27, 2010 at 11:30:52AM +0000, Paul Brook wrote:
> > ---
> > 
> >  Makefile.objs                     |    3 +-
> >  default-configs/pci.mak           |    1 +
> >  default-configs/sparc-softmmu.mak |    1 +
> >  hw/pcnet.c                        |  311
> >  +------------------------------------ hw/pcnet.h                       
> >  |    3 +
> >  5 files changed, 11 insertions(+), 308 deletions(-)
> > 
> > diff --git a/Makefile.objs b/Makefile.objs
> > index 72c6c7f..13ba26f 100644
> > --- a/Makefile.objs
> > +++ b/Makefile.objs
> > @@ -222,7 +222,8 @@ hw-obj-$(CONFIG_PCI) += pcie.o pcie_port.o
> > 
> >  # PCI network cards
> >  hw-obj-$(CONFIG_NE2000_PCI) += ne2000.o
> >  hw-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o
> > 
> > -hw-obj-$(CONFIG_PCNET_PCI) += pcnet.o
> > +hw-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o
> 
> pcnet-pci.c is missing. git add?

Bah. Three broken commits in as many tries. Clearly I'm not concentrating 
today.

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]