diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 13:02:10 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 13:02:10 -0600 |
commit | 9edf5051f331d183056293860ef4a20ed5abf13b (patch) | |
tree | d5eb2efd62f3054cf501e6020c47c0d631bf358b /qemu-common.h | |
parent | 2583ba97ef1de6040b7d0afd2b66737515de5423 (diff) | |
parent | a408b1de524d47f475a0225d64d0958d70ae779d (diff) |
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index a98fccd214..fc32d8df95 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -227,6 +227,8 @@ typedef struct I2SCodec I2SCodec; typedef struct DeviceState DeviceState; typedef struct SSIBus SSIBus; +typedef uint64_t pcibus_t; + /* CPU save/load. */ void cpu_save(QEMUFile *f, void *opaque); int cpu_load(QEMUFile *f, void *opaque, int version_id); |