]> git.proxmox.com Git - qemu.git/commit
hw: move PCI bridges to hw/pci-* or hw/ARCH
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2013 14:06:20 +0000 (15:06 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2013 16:13:14 +0000 (18:13 +0200)
commitc0907c9e6417cb959dfd9ef6873221536ec91351
treecc8df9eea467139d4cbc961cf34d357f618d0e9e
parent8ac5c6510b609c123d6b394b2de16462ac7c395f
hw: move PCI bridges to hw/pci-* or hw/ARCH

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
58 files changed:
default-configs/i386-softmmu.mak
default-configs/sparc64-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/Makefile.objs
hw/alpha/Makefile.objs
hw/alpha/typhoon.c [new file with mode: 0644]
hw/alpha_typhoon.c [deleted file]
hw/apb_pci.c [deleted file]
hw/bonito.c [deleted file]
hw/gt64xxx.c [deleted file]
hw/i386/Makefile.objs
hw/mips/Makefile.objs
hw/mips/gt64xxx_pci.c [new file with mode: 0644]
hw/pci-bridge/Makefile.objs [new file with mode: 0644]
hw/pci-bridge/i82801b11.c [new file with mode: 0644]
hw/pci-bridge/ioh3420.c [new file with mode: 0644]
hw/pci-bridge/pci_bridge_dev.c [new file with mode: 0644]
hw/pci-bridge/xio3130_downstream.c [new file with mode: 0644]
hw/pci-bridge/xio3130_upstream.c [new file with mode: 0644]
hw/pci-host/Makefile.objs [new file with mode: 0644]
hw/pci-host/apb.c [new file with mode: 0644]
hw/pci-host/bonito.c [new file with mode: 0644]
hw/pci-host/dec.c [new file with mode: 0644]
hw/pci-host/grackle.c [new file with mode: 0644]
hw/pci-host/pam.c [new file with mode: 0644]
hw/pci-host/piix.c [new file with mode: 0644]
hw/pci-host/ppce500.c [new file with mode: 0644]
hw/pci-host/prep.c [new file with mode: 0644]
hw/pci-host/q35.c [new file with mode: 0644]
hw/pci-host/uninorth.c [new file with mode: 0644]
hw/pci-host/versatile.c [new file with mode: 0644]
hw/pci/Makefile.objs
hw/pci/bridge/Makefile.objs [deleted file]
hw/pci/bridge/i82801b11.c [deleted file]
hw/pci/bridge/ioh3420.c [deleted file]
hw/pci/bridge/pci_bridge_dev.c [deleted file]
hw/pci/bridge/xio3130_downstream.c [deleted file]
hw/pci/bridge/xio3130_upstream.c [deleted file]
hw/pci/host/Makefile.objs [deleted file]
hw/pci/host/dec.c [deleted file]
hw/pci/host/grackle.c [deleted file]
hw/pci/host/pam.c [deleted file]
hw/pci/host/ppce500.c [deleted file]
hw/pci/host/prep.c [deleted file]
hw/pci/host/uninorth.c [deleted file]
hw/pci/host/versatile.c [deleted file]
hw/piix_pci.c [deleted file]
hw/ppc/Makefile.objs
hw/ppc/ppc4xx_pci.c [new file with mode: 0644]
hw/ppc/spapr_pci.c [new file with mode: 0644]
hw/ppc4xx_pci.c [deleted file]
hw/q35.c [deleted file]
hw/sh4/Makefile.objs
hw/sh4/sh_pci.c [new file with mode: 0644]
hw/sh_pci.c [deleted file]
hw/spapr_pci.c [deleted file]
hw/sparc64/Makefile.objs
include/hw/pci-host/q35.h