pci: move pci core code to hw/pci
commit315a1350c4a386065a73aad2ded1a11d77bf7771
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 12 Dec 2012 11:32:14 +0000 (12 13:32 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 17 Dec 2012 11:02:17 +0000 (17 13:02 +0200)
treeaa3fb4aef47d33387386df46eb6cd1c47b35c197
parentca818cfbfd77e02ffac338866568ac07f6f5fd7d
pci: move pci core code to hw/pci

Move files and modify makefiles to pick them at the
new location.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
32 files changed:
hw/Makefile.objs
hw/i386/Makefile.objs
hw/pci/Makefile.objs [new file with mode: 0644]
hw/pci/msi.c [moved from hw/msi.c with 100% similarity]
hw/pci/msi.h [moved from hw/msi.h with 100% similarity]
hw/pci/msix.c [moved from hw/msix.c with 100% similarity]
hw/pci/msix.h [moved from hw/msix.h with 100% similarity]
hw/pci/pci-hotplug.c [moved from hw/pci-hotplug.c with 100% similarity]
hw/pci/pci-stub.c [moved from hw/pci-stub.c with 100% similarity]
hw/pci/pci.c [moved from hw/pci.c with 100% similarity]
hw/pci/pci.h [moved from hw/pci.h with 100% similarity]
hw/pci/pci_bridge.c [moved from hw/pci_bridge.c with 100% similarity]
hw/pci/pci_bridge.h [moved from hw/pci_bridge.h with 100% similarity]
hw/pci/pci_host.c [moved from hw/pci_host.c with 100% similarity]
hw/pci/pci_host.h [moved from hw/pci_host.h with 100% similarity]
hw/pci/pci_ids.h [moved from hw/pci_ids.h with 100% similarity]
hw/pci/pci_internals.h [moved from hw/pci_internals.h with 100% similarity]
hw/pci/pci_regs.h [moved from hw/pci_regs.h with 100% similarity]
hw/pci/pcie.c [moved from hw/pcie.c with 100% similarity]
hw/pci/pcie.h [moved from hw/pcie.h with 100% similarity]
hw/pci/pcie_aer.c [moved from hw/pcie_aer.c with 100% similarity]
hw/pci/pcie_aer.h [moved from hw/pcie_aer.h with 100% similarity]
hw/pci/pcie_host.c [moved from hw/pcie_host.c with 100% similarity]
hw/pci/pcie_host.h [moved from hw/pcie_host.h with 100% similarity]
hw/pci/pcie_port.c [moved from hw/pcie_port.c with 100% similarity]
hw/pci/pcie_port.h [moved from hw/pcie_port.h with 100% similarity]
hw/pci/pcie_regs.h [moved from hw/pcie_regs.h with 100% similarity]
hw/pci/shpc.c [moved from hw/shpc.c with 100% similarity]
hw/pci/shpc.h [moved from hw/shpc.h with 100% similarity]
hw/pci/slotid_cap.c [moved from hw/slotid_cap.c with 100% similarity]
hw/pci/slotid_cap.h [moved from hw/slotid_cap.h with 100% similarity]
hw/ppc/Makefile.objs