]>
Commit | Line | Data |
---|---|---|
394e1bb7 EH |
1 | #ifndef QEMU_TYPEDEFS_H |
2 | #define QEMU_TYPEDEFS_H | |
3 | ||
4 | /* A load of opaque types so that device init declarations don't have to | |
5 | pull in all the real definitions. */ | |
394e1bb7 | 6 | |
64baadc2 DDAG |
7 | /* Please keep this list in alphabetical order */ |
8 | typedef struct AdapterInfo AdapterInfo; | |
b421d9c6 | 9 | typedef struct AddressSpace AddressSpace; |
64baadc2 | 10 | typedef struct AioContext AioContext; |
377e2145 | 11 | typedef struct AllwinnerAHCIState AllwinnerAHCIState; |
394e1bb7 | 12 | typedef struct AudioState AudioState; |
9a3f5cf1 | 13 | typedef struct BdrvDirtyBitmap BdrvDirtyBitmap; |
dc162c8e | 14 | typedef struct BdrvDirtyBitmapIter BdrvDirtyBitmapIter; |
26f54e9a | 15 | typedef struct BlockBackend BlockBackend; |
281d22d8 | 16 | typedef struct BlockBackendRootState BlockBackendRootState; |
394e1bb7 | 17 | typedef struct BlockDriverState BlockDriverState; |
64baadc2 DDAG |
18 | typedef struct BusClass BusClass; |
19 | typedef struct BusState BusState; | |
0ec7b3e7 | 20 | typedef struct Chardev Chardev; |
64baadc2 | 21 | typedef struct CompatProperty CompatProperty; |
e70372fc | 22 | typedef struct CoMutex CoMutex; |
32857f4d | 23 | typedef struct CPUAddressSpace CPUAddressSpace; |
b23197f9 | 24 | typedef struct CPUState CPUState; |
707ff800 | 25 | typedef struct DeviceListener DeviceListener; |
2988cbea | 26 | typedef struct DeviceState DeviceState; |
8deaf12c | 27 | typedef struct DirtyBitmapSnapshot DirtyBitmapSnapshot; |
394e1bb7 | 28 | typedef struct DisplayChangeListener DisplayChangeListener; |
64baadc2 | 29 | typedef struct DisplayState DisplayState; |
394e1bb7 | 30 | typedef struct DisplaySurface DisplaySurface; |
64baadc2 | 31 | typedef struct DriveInfo DriveInfo; |
da34e65c | 32 | typedef struct Error Error; |
64baadc2 | 33 | typedef struct EventNotifier EventNotifier; |
02d9651d | 34 | typedef struct FlatView FlatView; |
39736e18 | 35 | typedef struct FWCfgEntry FWCfgEntry; |
5712db6a LE |
36 | typedef struct FWCfgIoState FWCfgIoState; |
37 | typedef struct FWCfgMemState FWCfgMemState; | |
64baadc2 DDAG |
38 | typedef struct FWCfgState FWCfgState; |
39 | typedef struct HCIInfo HCIInfo; | |
c97d6d2c | 40 | typedef struct HVFX86EmulatorState HVFX86EmulatorState; |
a5c82852 | 41 | typedef struct I2CBus I2CBus; |
64baadc2 | 42 | typedef struct I2SCodec I2SCodec; |
394e1bb7 EH |
43 | typedef struct ISABus ISABus; |
44 | typedef struct ISADevice ISADevice; | |
5484f30b | 45 | typedef struct IsaDma IsaDma; |
64baadc2 DDAG |
46 | typedef struct MACAddr MACAddr; |
47 | typedef struct MachineClass MachineClass; | |
48 | typedef struct MachineState MachineState; | |
49 | typedef struct MemoryListener MemoryListener; | |
50 | typedef struct MemoryMappingList MemoryMappingList; | |
51 | typedef struct MemoryRegion MemoryRegion; | |
3df9d748 | 52 | typedef struct IOMMUMemoryRegion IOMMUMemoryRegion; |
1f4e496e | 53 | typedef struct MemoryRegionCache MemoryRegionCache; |
64baadc2 | 54 | typedef struct MemoryRegionSection MemoryRegionSection; |
bca7856a | 55 | typedef struct MigrationIncomingState MigrationIncomingState; |
aefeb18b | 56 | typedef struct MigrationState MigrationState; |
64baadc2 | 57 | typedef struct Monitor Monitor; |
2988cbea | 58 | typedef struct MonitorDef MonitorDef; |
64baadc2 DDAG |
59 | typedef struct MouseTransformInfo MouseTransformInfo; |
60 | typedef struct MSIMessage MSIMessage; | |
61 | typedef struct NetClientState NetClientState; | |
fdccce45 | 62 | typedef struct NetFilterState NetFilterState; |
64baadc2 | 63 | typedef struct NICInfo NICInfo; |
31959e82 | 64 | typedef struct NumaNodeMem NumaNodeMem; |
7cfda775 | 65 | typedef struct ObjectClass ObjectClass; |
64baadc2 | 66 | typedef struct PCIBridge PCIBridge; |
394e1bb7 EH |
67 | typedef struct PCIBus PCIBus; |
68 | typedef struct PCIDevice PCIDevice; | |
394e1bb7 | 69 | typedef struct PCIEAERErr PCIEAERErr; |
64baadc2 DDAG |
70 | typedef struct PCIEAERLog PCIEAERLog; |
71 | typedef struct PCIEAERMsg PCIEAERMsg; | |
394e1bb7 EH |
72 | typedef struct PCIEPort PCIEPort; |
73 | typedef struct PCIESlot PCIESlot; | |
64baadc2 DDAG |
74 | typedef struct PCIExpressDevice PCIExpressDevice; |
75 | typedef struct PCIExpressHost PCIExpressHost; | |
a7c4d9c7 | 76 | typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; |
64baadc2 | 77 | typedef struct PCIHostState PCIHostState; |
8170dfa0 | 78 | typedef struct PCMachineClass PCMachineClass; |
2988cbea | 79 | typedef struct PCMachineState PCMachineState; |
394e1bb7 | 80 | typedef struct PCMCIACardState PCMCIACardState; |
64baadc2 | 81 | typedef struct PixelFormat PixelFormat; |
e0b266f0 | 82 | typedef struct PostcopyDiscardState PostcopyDiscardState; |
64baadc2 | 83 | typedef struct Property Property; |
2988cbea | 84 | typedef struct PropertyInfo PropertyInfo; |
8498bb8d | 85 | typedef struct PS2State PS2State; |
64baadc2 DDAG |
86 | typedef struct QEMUBH QEMUBH; |
87 | typedef struct QemuConsole QemuConsole; | |
4133fa71 | 88 | typedef struct QemuDmaBuf QemuDmaBuf; |
64baadc2 | 89 | typedef struct QEMUFile QEMUFile; |
e70372fc PB |
90 | typedef struct QemuLockable QemuLockable; |
91 | typedef struct QemuMutex QemuMutex; | |
ae1e9380 PD |
92 | typedef struct QemuOpt QemuOpt; |
93 | typedef struct QemuOpts QemuOpts; | |
94 | typedef struct QemuOptsList QemuOptsList; | |
e70372fc | 95 | typedef struct QemuSpin QemuSpin; |
394e1bb7 | 96 | typedef struct QEMUSGList QEMUSGList; |
64baadc2 | 97 | typedef struct QEMUTimer QEMUTimer; |
2988cbea | 98 | typedef struct QEMUTimerListGroup QEMUTimerListGroup; |
9f5c734d MA |
99 | typedef struct QBool QBool; |
100 | typedef struct QDict QDict; | |
ea134caa | 101 | typedef struct QJSON QJSON; |
9f5c734d | 102 | typedef struct QList QList; |
4d2d5c41 | 103 | typedef struct QNull QNull; |
9f5c734d MA |
104 | typedef struct QNum QNum; |
105 | typedef struct QObject QObject; | |
106 | typedef struct QString QString; | |
422148d3 | 107 | typedef struct RAMBlock RAMBlock; |
2988cbea | 108 | typedef struct Range Range; |
64baadc2 DDAG |
109 | typedef struct SerialState SerialState; |
110 | typedef struct SHPCDevice SHPCDevice; | |
111 | typedef struct SMBusDevice SMBusDevice; | |
112 | typedef struct SSIBus SSIBus; | |
113 | typedef struct uWireSlave uWireSlave; | |
114 | typedef struct VirtIODevice VirtIODevice; | |
115 | typedef struct Visitor Visitor; | |
3bfe5716 | 116 | typedef struct node_info NodeInfo; |
68a4a2fd JQ |
117 | typedef void SaveStateHandler(QEMUFile *f, void *opaque); |
118 | typedef int LoadStateHandler(QEMUFile *f, void *opaque, int version_id); | |
394e1bb7 EH |
119 | |
120 | #endif /* QEMU_TYPEDEFS_H */ |