From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35284 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMJQC-0007yU-HI for qemu-devel@nongnu.org; Sat, 27 Nov 2010 06:58:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMJQB-0003ZO-A3 for qemu-devel@nongnu.org; Sat, 27 Nov 2010 06:58:28 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:58344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMJQA-0003Z9-Vv for qemu-devel@nongnu.org; Sat, 27 Nov 2010 06:58:27 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 2/3] PCI config include Date: Sat, 27 Nov 2010 11:58:12 +0000 References: <1290816459-31009-1-git-send-email-paul@codesourcery.com> <201011271130.53330.paul@codesourcery.com> <20101127115157.GA9134@valinux.co.jp> In-Reply-To: <20101127115157.GA9134@valinux.co.jp> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011271158.12372.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: Blue Swirl , qemu-devel@nongnu.org > 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