From: Michael S. Tsirkin Date: Wed, 1 Dec 2010 05:11:51 +0000 (+0200) Subject: Merge remote branch 'origin/master' into pci X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c924f36a300cbc54d3cb511116e8e2bae17f5ae6;p=qemu.git Merge remote branch 'origin/master' into pci Conflicts: Makefile.objs hw/virtio.c --- c924f36a300cbc54d3cb511116e8e2bae17f5ae6 diff --cc Makefile index 2883d27f25,d3bc0f2c74..c80566c76d --- a/Makefile +++ b/Makefile @@@ -178,9 -204,11 +204,10 @@@ ar de en-us fi fr-be h common de-ch es fo fr-ca hu ja mk nl-be pt sl tr ifdef INSTALL_BLOBS - BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ - openbios-sparc32 openbios-sparc64 openbios-ppc \ + BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin \ + vgabios-stdvga.bin vgabios-vmware.bin \ + ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \ gpxe-eepro100-80861209.rom \ -gpxe-eepro100-80861229.rom \ pxe-e1000.bin \ pxe-ne2k_pci.bin pxe-pcnet.bin \ pxe-rtl8139.bin pxe-virtio.bin \ diff --cc Makefile.objs index c5919af054,13ba26fdcb..257623bce9 --- a/Makefile.objs +++ b/Makefile.objs @@@ -205,15 -215,15 +215,16 @@@ hw-obj-$(CONFIG_PPCE500_PCI) += ppce500 hw-obj-$(CONFIG_PIIX4) += piix4.o # PCI watchdog devices - hw-obj-y += wdt_i6300esb.o + hw-obj-$(CONFIG_PCI) += wdt_i6300esb.o - hw-obj-y += pcie.o pcie_aer.o pcie_port.o - hw-obj-y += msix.o msi.o -hw-obj-$(CONFIG_PCI) += pcie.o pcie_port.o ++hw-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o pcie_port.o ++hw-obj-$(CONFIG_PCI) += msix.o msi.o # PCI network cards - hw-obj-y += ne2000.o - hw-obj-y += eepro100.o - hw-obj-y += pcnet.o + hw-obj-$(CONFIG_NE2000_PCI) += ne2000.o + hw-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o + hw-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o + hw-obj-$(CONFIG_PCNET_COMMON) += pcnet.o hw-obj-$(CONFIG_SMC91C111) += smc91c111.o hw-obj-$(CONFIG_LAN9118) += lan9118.o