summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori2010-02-19 20:02:10 +0100
committerAnthony Liguori2010-02-19 20:02:10 +0100
commit9edf5051f331d183056293860ef4a20ed5abf13b (patch)
treed5eb2efd62f3054cf501e6020c47c0d631bf358b /qemu-common.h
parentnet: Monitor command set_link finds only VLAN clients, fix (diff)
parentversatile_pci: cleanup (diff)
downloadqemu-9edf5051f331d183056293860ef4a20ed5abf13b.tar.gz
qemu-9edf5051f331d183056293860ef4a20ed5abf13b.tar.xz
qemu-9edf5051f331d183056293860ef4a20ed5abf13b.zip
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h2
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);