diff options
author | Isaku Yamahata | 2010-07-13 06:01:42 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2010-09-07 19:01:27 +0200 |
commit | 68f799944b72387c0ef9535612a212a5ea492059 (patch) | |
tree | 06be7d56583e07a9b7a3cc3db0d0f54b4332a142 /qemu-common.h | |
parent | pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus() (diff) | |
download | qemu-68f799944b72387c0ef9535612a212a5ea492059.tar.gz qemu-68f799944b72387c0ef9535612a212a5ea492059.tar.xz qemu-68f799944b72387c0ef9535612a212a5ea492059.zip |
pci_bridge: introduce pci bridge library.
introduce pci bridge library.
convert apb bridge and dec p2p bridge to use new pci bridge library.
save/restore is supported as a side effect.
This is also preparation for pci express root/upstream/downstream port.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index 3fb2f0b375..d735235f84 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -219,6 +219,7 @@ typedef struct PCIHostState PCIHostState; typedef struct PCIExpressHost PCIExpressHost; typedef struct PCIBus PCIBus; typedef struct PCIDevice PCIDevice; +typedef struct PCIBridge PCIBridge; typedef struct SerialState SerialState; typedef struct IRQState *qemu_irq; typedef struct PCMCIACardState PCMCIACardState; |