Add qemu 2.4.0
[kvmfornfv.git] / qemu / include / qemu / typedefs.h
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.  */
6 struct Monitor;
7
8 /* Please keep this list in alphabetical order */
9 typedef struct AdapterInfo AdapterInfo;
10 typedef struct AddressSpace AddressSpace;
11 typedef struct AioContext AioContext;
12 typedef struct AudioState AudioState;
13 typedef struct BlockBackend BlockBackend;
14 typedef struct BlockDriverState BlockDriverState;
15 typedef struct BusClass BusClass;
16 typedef struct BusState BusState;
17 typedef struct CharDriverState CharDriverState;
18 typedef struct CompatProperty CompatProperty;
19 typedef struct DeviceState DeviceState;
20 typedef struct DeviceListener DeviceListener;
21 typedef struct DisplayChangeListener DisplayChangeListener;
22 typedef struct DisplayState DisplayState;
23 typedef struct DisplaySurface DisplaySurface;
24 typedef struct DriveInfo DriveInfo;
25 typedef struct EventNotifier EventNotifier;
26 typedef struct FWCfgIoState FWCfgIoState;
27 typedef struct FWCfgMemState FWCfgMemState;
28 typedef struct FWCfgState FWCfgState;
29 typedef struct HCIInfo HCIInfo;
30 typedef struct I2CBus I2CBus;
31 typedef struct I2SCodec I2SCodec;
32 typedef struct ISABus ISABus;
33 typedef struct ISADevice ISADevice;
34 typedef struct LoadStateEntry LoadStateEntry;
35 typedef struct MACAddr MACAddr;
36 typedef struct MachineClass MachineClass;
37 typedef struct MachineState MachineState;
38 typedef struct MemoryListener MemoryListener;
39 typedef struct MemoryMappingList MemoryMappingList;
40 typedef struct MemoryRegion MemoryRegion;
41 typedef struct MemoryRegionSection MemoryRegionSection;
42 typedef struct MigrationIncomingState MigrationIncomingState;
43 typedef struct MigrationParams MigrationParams;
44 typedef struct Monitor Monitor;
45 typedef struct MouseTransformInfo MouseTransformInfo;
46 typedef struct MSIMessage MSIMessage;
47 typedef struct NetClientState NetClientState;
48 typedef struct NICInfo NICInfo;
49 typedef struct PcGuestInfo PcGuestInfo;
50 typedef struct PCIBridge PCIBridge;
51 typedef struct PCIBus PCIBus;
52 typedef struct PCIDevice PCIDevice;
53 typedef struct PCIEAERErr PCIEAERErr;
54 typedef struct PCIEAERLog PCIEAERLog;
55 typedef struct PCIEAERMsg PCIEAERMsg;
56 typedef struct PCIEPort PCIEPort;
57 typedef struct PCIESlot PCIESlot;
58 typedef struct PCIExpressDevice PCIExpressDevice;
59 typedef struct PCIExpressHost PCIExpressHost;
60 typedef struct PCIHostState PCIHostState;
61 typedef struct PCMCIACardState PCMCIACardState;
62 typedef struct PixelFormat PixelFormat;
63 typedef struct PropertyInfo PropertyInfo;
64 typedef struct Property Property;
65 typedef struct QEMUBH QEMUBH;
66 typedef struct QemuConsole QemuConsole;
67 typedef struct QEMUFile QEMUFile;
68 typedef struct QEMUMachine QEMUMachine;
69 typedef struct QEMUSGList QEMUSGList;
70 typedef struct QEMUSizedBuffer QEMUSizedBuffer;
71 typedef struct QEMUTimerListGroup QEMUTimerListGroup;
72 typedef struct QEMUTimer QEMUTimer;
73 typedef struct Range Range;
74 typedef struct SerialState SerialState;
75 typedef struct SHPCDevice SHPCDevice;
76 typedef struct SMBusDevice SMBusDevice;
77 typedef struct SSIBus SSIBus;
78 typedef struct uWireSlave uWireSlave;
79 typedef struct VirtIODevice VirtIODevice;
80 typedef struct Visitor Visitor;
81
82 #endif /* QEMU_TYPEDEFS_H */