qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: Isaku Yamahata <yamahata@valinux.co.jp>
Cc: Blue Swirl <blauwirbel@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 2/3] PCI config include
Date: Sat, 27 Nov 2010 11:58:12 +0000	[thread overview]
Message-ID: <201011271158.12372.paul@codesourcery.com> (raw)
In-Reply-To: <20101127115157.GA9134@valinux.co.jp>

> 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	other threads:[~2010-11-27 11:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-27  0:07 [Qemu-devel] [PATCH 0/3] Reduce duplication in default configs Paul Brook
2010-11-27  0:07 ` [Qemu-devel] [PATCH 1/3] Include directives " Paul Brook
2010-11-27  0:07 ` [Qemu-devel] [PATCH 2/3] PCI config include Paul Brook
2010-11-27 10:10   ` Blue Swirl
2010-11-27 10:50     ` Paul Brook
2010-11-27 11:30       ` Paul Brook
2010-11-27 11:51         ` Isaku Yamahata
2010-11-27 11:58           ` Paul Brook [this message]
2010-11-27  0:07 ` [Qemu-devel] [PATCH 3/3] VirtIO config option Paul Brook
2010-11-27  0:37 ` [Qemu-devel] [PATCH 0/3] Reduce duplication in default configs Paul Brook

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201011271158.12372.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yamahata@valinux.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).