pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
commitcfb0a50a06825a0bee349cae3fa94f96242e83a5
authorIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 12 Jul 2010 10:36:40 +0000 (12 19:36 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 19 Jul 2010 11:20:05 +0000 (19 14:20 +0300)
tree839b49136a5c3e46b842740c1073a079942dd655
parentd154e0bafbd51bfd029ade9f1362bdff612b0f55
pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.

move out pci internal structures, PCIBus, PCIBridge and pci_bus_info into
private header file, pci_internals.h.
This is a preparation. Later pci bridge implementation will be
split out form pci.c into pci_bridge.c.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.c
hw/pci_internals.h [new file with mode: 0644]