Browse Source

hw: move PCI bridges to hw/pci-* or hw/ARCH

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
stable-1.5
Paolo Bonzini 13 years ago
parent
commit
c0907c9e64
  1. 4
      default-configs/i386-softmmu.mak
  2. 1
      default-configs/sparc64-softmmu.mak
  3. 4
      default-configs/x86_64-softmmu.mak
  4. 1
      hw/Makefile.objs
  5. 6
      hw/alpha/Makefile.objs
  6. 0
      hw/alpha/typhoon.c
  7. 3
      hw/i386/Makefile.objs
  8. 6
      hw/mips/Makefile.objs
  9. 0
      hw/mips/gt64xxx_pci.c
  10. 0
      hw/pci-bridge/Makefile.objs
  11. 0
      hw/pci-bridge/i82801b11.c
  12. 0
      hw/pci-bridge/ioh3420.c
  13. 0
      hw/pci-bridge/pci_bridge_dev.c
  14. 0
      hw/pci-bridge/xio3130_downstream.c
  15. 0
      hw/pci-bridge/xio3130_upstream.c
  16. 5
      hw/pci-host/Makefile.objs
  17. 8
      hw/pci-host/apb.c
  18. 0
      hw/pci-host/bonito.c
  19. 0
      hw/pci-host/dec.c
  20. 0
      hw/pci-host/grackle.c
  21. 0
      hw/pci-host/pam.c
  22. 0
      hw/pci-host/piix.c
  23. 0
      hw/pci-host/ppce500.c
  24. 0
      hw/pci-host/prep.c
  25. 0
      hw/pci-host/q35.c
  26. 0
      hw/pci-host/uninorth.c
  27. 0
      hw/pci-host/versatile.c
  28. 2
      hw/pci/Makefile.objs
  29. 5
      hw/ppc/Makefile.objs
  30. 0
      hw/ppc/ppc4xx_pci.c
  31. 0
      hw/ppc/spapr_pci.c
  32. 3
      hw/sh4/Makefile.objs
  33. 0
      hw/sh4/sh_pci.c
  34. 4
      hw/sparc64/Makefile.objs
  35. 1
      include/hw/pci-host/q35.h

4
default-configs/i386-softmmu.mak

@ -31,8 +31,12 @@ CONFIG_TPM_TIS=y
CONFIG_TPM_PASSTHROUGH=y
CONFIG_PCI_HOTPLUG=y
CONFIG_MC146818RTC=y
CONFIG_PAM=y
CONFIG_PCI_PIIX=y
CONFIG_PCI_HOTPLUG=y
CONFIG_WDT_IB700=y
CONFIG_PC_SYSFW=y
CONFIG_XEN_I386=$(CONFIG_XEN)
CONFIG_ISA_DEBUG=y
CONFIG_LPC_ICH9=y
CONFIG_Q35=y

1
default-configs/sparc64-softmmu.mak

@ -13,4 +13,5 @@ CONFIG_PCKBD=y
CONFIG_FDC=y
CONFIG_IDE_ISA=y
CONFIG_IDE_CMD646=y
CONFIG_PCI_APB=y
CONFIG_MC146818RTC=y

4
default-configs/x86_64-softmmu.mak

@ -31,8 +31,12 @@ CONFIG_TPM_TIS=y
CONFIG_TPM_PASSTHROUGH=y
CONFIG_PCI_HOTPLUG=y
CONFIG_MC146818RTC=y
CONFIG_PAM=y
CONFIG_PCI_PIIX=y
CONFIG_PCI_HOTPLUG=y
CONFIG_WDT_IB700=y
CONFIG_PC_SYSFW=y
CONFIG_XEN_I386=$(CONFIG_XEN)
CONFIG_ISA_DEBUG=y
CONFIG_LPC_ICH9=y
CONFIG_Q35=y

1
hw/Makefile.objs

@ -17,6 +17,7 @@ devices-dirs-$(CONFIG_SOFTMMU) += misc/
devices-dirs-$(CONFIG_SOFTMMU) += net/
devices-dirs-$(CONFIG_SOFTMMU) += nvram/
devices-dirs-$(CONFIG_SOFTMMU) += pci/
devices-dirs-$(CONFIG_PCI) += pci-bridge/ pci-host/
devices-dirs-$(CONFIG_SOFTMMU) += scsi/
devices-dirs-$(CONFIG_SOFTMMU) += sd/
devices-dirs-$(CONFIG_SOFTMMU) += ssi/

6
hw/alpha/Makefile.objs

@ -1,5 +1 @@
obj-y += alpha_typhoon.o
obj-y := $(addprefix ../,$(obj-y))
obj-y += dp264.o pci.o
obj-y += dp264.o pci.o typhoon.o

0
hw/alpha_typhoon.c → hw/alpha/typhoon.c

3
hw/i386/Makefile.objs

@ -1,8 +1,7 @@
obj-y += apic_common.o apic.o
obj-y += sga.o ioapic_common.o ioapic.o piix_pci.o
obj-y += sga.o ioapic_common.o ioapic.o
obj-y += vmport.o
obj-y += debugexit.o
obj-y += q35.o
obj-y += kvm/
obj-y += pc-testdev.o

6
hw/mips/Makefile.objs

@ -1,8 +1,4 @@
obj-y += gt64xxx.o
obj-$(CONFIG_FULONG) += bonito.o
obj-y := $(addprefix ../,$(obj-y))
obj-y += mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
obj-y += addr.o cputimer.o mips_int.o
obj-$(CONFIG_FULONG) += mips_fulong2e.o
obj-y += gt64xxx_pci.o

0
hw/gt64xxx.c → hw/mips/gt64xxx_pci.c

0
hw/pci/bridge/Makefile.objs → hw/pci-bridge/Makefile.objs

0
hw/pci/bridge/i82801b11.c → hw/pci-bridge/i82801b11.c

0
hw/pci/bridge/ioh3420.c → hw/pci-bridge/ioh3420.c

0
hw/pci/bridge/pci_bridge_dev.c → hw/pci-bridge/pci_bridge_dev.c

0
hw/pci/bridge/xio3130_downstream.c → hw/pci-bridge/xio3130_downstream.c

0
hw/pci/bridge/xio3130_upstream.c → hw/pci-bridge/xio3130_upstream.c

5
hw/pci/host/Makefile.objs → hw/pci-host/Makefile.objs

@ -11,3 +11,8 @@ common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o
# ARM devices
common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o
common-obj-$(CONFIG_PCI_APB) += apb.o
common-obj-$(CONFIG_FULONG) += bonito.o
common-obj-$(CONFIG_PCI_PIIX) += piix.o
common-obj-$(CONFIG_PCI_Q35) += q35.o

8
hw/apb_pci.c → hw/pci-host/apb.c

@ -92,7 +92,7 @@ static void apb_config_writel (void *opaque, hwaddr addr,
{
APBState *s = opaque;
APB_DPRINTF("%s: addr " TARGET_FMT_lx " val %" PRIx64 "\n", __func__, addr, val);
APB_DPRINTF("%s: addr " TARGET_FMT_plx " val %" PRIx64 "\n", __func__, addr, val);
switch (addr & 0xffff) {
case 0x30 ... 0x4f: /* DMA error registers */
@ -201,7 +201,7 @@ static uint64_t apb_config_readl (void *opaque,
val = 0;
break;
}
APB_DPRINTF("%s: addr " TARGET_FMT_lx " -> %x\n", __func__, addr, val);
APB_DPRINTF("%s: addr " TARGET_FMT_plx " -> %x\n", __func__, addr, val);
return val;
}
@ -218,7 +218,7 @@ static void apb_pci_config_write(void *opaque, hwaddr addr,
APBState *s = opaque;
val = qemu_bswap_len(val, size);
APB_DPRINTF("%s: addr " TARGET_FMT_lx " val %" PRIx64 "\n", __func__, addr, val);
APB_DPRINTF("%s: addr " TARGET_FMT_plx " val %" PRIx64 "\n", __func__, addr, val);
pci_data_write(s->bus, addr, val, size);
}
@ -230,7 +230,7 @@ static uint64_t apb_pci_config_read(void *opaque, hwaddr addr,
ret = pci_data_read(s->bus, addr, size);
ret = qemu_bswap_len(ret, size);
APB_DPRINTF("%s: addr " TARGET_FMT_lx " -> %x\n", __func__, addr, ret);
APB_DPRINTF("%s: addr " TARGET_FMT_plx " -> %x\n", __func__, addr, ret);
return ret;
}

0
hw/bonito.c → hw/pci-host/bonito.c

0
hw/pci/host/dec.c → hw/pci-host/dec.c

0
hw/pci/host/grackle.c → hw/pci-host/grackle.c

0
hw/pci/host/pam.c → hw/pci-host/pam.c

0
hw/piix_pci.c → hw/pci-host/piix.c

0
hw/pci/host/ppce500.c → hw/pci-host/ppce500.c

0
hw/pci/host/prep.c → hw/pci-host/prep.c

0
hw/q35.c → hw/pci-host/q35.c

0
hw/pci/host/uninorth.c → hw/pci-host/uninorth.c

0
hw/pci/host/versatile.c → hw/pci-host/versatile.c

2
hw/pci/Makefile.objs

@ -8,6 +8,4 @@ common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o pcie_port.o
common-obj-$(CONFIG_NO_PCI) += pci-stub.o
common-obj-$(CONFIG_ALL) += pci-stub.o
common-obj-$(CONFIG_PCI) += bridge/ host/
obj-$(CONFIG_PCI_HOTPLUG) += pci-hotplug.o

5
hw/ppc/Makefile.objs

@ -1,8 +1,5 @@
# IBM pSeries (sPAPR)
obj-$(CONFIG_PSERIES) += spapr_pci.o
obj-$(CONFIG_PSERIES) += spapr_nvram.o
# PowerPC 4xx boards
obj-y += ppc4xx_pci.o
# PowerPC OpenPIC
obj-y += openpic.o
@ -13,8 +10,10 @@ obj-y += ppc.o ppc_booke.o
# IBM pSeries (sPAPR)
obj-$(CONFIG_PSERIES) += spapr.o xics.o spapr_vio.o spapr_events.o
obj-$(CONFIG_PSERIES) += spapr_hcall.o spapr_iommu.o spapr_rtas.o
obj-$(CONFIG_PSERIES) += spapr_pci.o
# PowerPC 4xx boards
obj-y += ppc405_boards.o ppc4xx_devs.o ppc405_uc.o ppc440_bamboo.o
obj-y += ppc4xx_pci.o
# PReP
obj-y += prep.o
# OldWorld PowerMac

0
hw/ppc4xx_pci.c → hw/ppc/ppc4xx_pci.c

0
hw/spapr_pci.c → hw/ppc/spapr_pci.c

3
hw/sh4/Makefile.objs

@ -1,7 +1,8 @@
obj-y += sh_intc.o sh_pci.o
obj-y += sh_intc.o
obj-y := $(addprefix ../,$(obj-y))
obj-y += shix.o r2d.o
obj-y += sh7750.o sh7750_regnames.o
obj-y += sh_pci.o

0
hw/sh_pci.c → hw/sh4/sh_pci.c

4
hw/sparc64/Makefile.objs

@ -1,5 +1 @@
obj-y = apb_pci.o
obj-y := $(addprefix ../,$(obj-y))
obj-y += sun4u.o

1
include/hw/pci-host/q35.h

@ -28,7 +28,6 @@
#include "hw/sysbus.h"
#include "hw/i386/pc.h"
#include "hw/isa/apm.h"
#include "hw/i386/apic.h"
#include "hw/pci/pci.h"
#include "hw/pci/pcie_host.h"
#include "hw/acpi/acpi.h"

Loading…
Cancel
Save