Merge branch 'pci' into for_anthony

This commit is contained in:
Michael S. Tsirkin 2010-10-27 19:07:10 +02:00
commit b907b69dd7
26 changed files with 2606 additions and 276 deletions

View file

@ -228,6 +228,10 @@ typedef struct PCIHostState PCIHostState;
typedef struct PCIExpressHost PCIExpressHost;
typedef struct PCIBus PCIBus;
typedef struct PCIDevice PCIDevice;
typedef struct PCIExpressDevice PCIExpressDevice;
typedef struct PCIBridge PCIBridge;
typedef struct PCIEPort PCIEPort;
typedef struct PCIESlot PCIESlot;
typedef struct SerialState SerialState;
typedef struct IRQState *qemu_irq;
typedef struct PCMCIACardState PCMCIACardState;