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: Isaku Yamahata
Subject: Re: [Qemu-devel] [PATCH 2/3] PCI config include
Date: Sat, 27 Nov 2010 20:51:57 +0900
User-agent: Mutt/1.5.19 (2009-01-05)


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?

-- 
yamahata



reply via email to

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