]> Git Repo - qemu.git/commit - hw/pci/pci_bus.h
pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
authorIsaku Yamahata <[email protected]>
Mon, 12 Jul 2010 10:36:40 +0000 (19:36 +0900)
committerMichael S. Tsirkin <[email protected]>
Mon, 19 Jul 2010 11:20:05 +0000 (14:20 +0300)
commitcfb0a50a06825a0bee349cae3fa94f96242e83a5
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 <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/pci.c
hw/pci_internals.h [new file with mode: 0644]
This page took 0.02614 seconds and 4 git commands to generate.