These changes are the raw update to qemu-2.6.
[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
7 /* Please keep this list in alphabetical order */
8 typedef struct AdapterInfo AdapterInfo;
9 typedef struct AddressSpace AddressSpace;
10 typedef struct AioContext AioContext;
11 typedef struct AllwinnerAHCIState AllwinnerAHCIState;
12 typedef struct AudioState AudioState;
13 typedef struct BdrvDirtyBitmap BdrvDirtyBitmap;
14 typedef struct BlockBackend BlockBackend;
15 typedef struct BlockBackendRootState BlockBackendRootState;
16 typedef struct BlockDriverState BlockDriverState;
17 typedef struct BusClass BusClass;
18 typedef struct BusState BusState;
19 typedef struct CharDriverState CharDriverState;
20 typedef struct CompatProperty CompatProperty;
21 typedef struct CPUAddressSpace CPUAddressSpace;
22 typedef struct CPUState CPUState;
23 typedef struct DeviceListener DeviceListener;
24 typedef struct DeviceState DeviceState;
25 typedef struct DisplayChangeListener DisplayChangeListener;
26 typedef struct DisplayState DisplayState;
27 typedef struct DisplaySurface DisplaySurface;
28 typedef struct DriveInfo DriveInfo;
29 typedef struct Error Error;
30 typedef struct EventNotifier EventNotifier;
31 typedef struct FWCfgIoState FWCfgIoState;
32 typedef struct FWCfgMemState FWCfgMemState;
33 typedef struct FWCfgState FWCfgState;
34 typedef struct HCIInfo HCIInfo;
35 typedef struct I2CBus I2CBus;
36 typedef struct I2SCodec I2SCodec;
37 typedef struct ISABus ISABus;
38 typedef struct ISADevice ISADevice;
39 typedef struct IsaDma IsaDma;
40 typedef struct LoadStateEntry LoadStateEntry;
41 typedef struct MACAddr MACAddr;
42 typedef struct MachineClass MachineClass;
43 typedef struct MachineState MachineState;
44 typedef struct MemoryListener MemoryListener;
45 typedef struct MemoryMappingList MemoryMappingList;
46 typedef struct MemoryRegion MemoryRegion;
47 typedef struct MemoryRegionSection MemoryRegionSection;
48 typedef struct MigrationIncomingState MigrationIncomingState;
49 typedef struct MigrationParams MigrationParams;
50 typedef struct MigrationState MigrationState;
51 typedef struct Monitor Monitor;
52 typedef struct MonitorDef MonitorDef;
53 typedef struct MouseTransformInfo MouseTransformInfo;
54 typedef struct MSIMessage MSIMessage;
55 typedef struct NetClientState NetClientState;
56 typedef struct NetFilterState NetFilterState;
57 typedef struct NICInfo NICInfo;
58 typedef struct PcGuestInfo PcGuestInfo;
59 typedef struct PCIBridge PCIBridge;
60 typedef struct PCIBus PCIBus;
61 typedef struct PCIDevice PCIDevice;
62 typedef struct PCIEAERErr PCIEAERErr;
63 typedef struct PCIEAERLog PCIEAERLog;
64 typedef struct PCIEAERMsg PCIEAERMsg;
65 typedef struct PCIEPort PCIEPort;
66 typedef struct PCIESlot PCIESlot;
67 typedef struct PCIExpressDevice PCIExpressDevice;
68 typedef struct PCIExpressHost PCIExpressHost;
69 typedef struct PCIHostDeviceAddress PCIHostDeviceAddress;
70 typedef struct PCIHostState PCIHostState;
71 typedef struct PCMachineClass PCMachineClass;
72 typedef struct PCMachineState PCMachineState;
73 typedef struct PCMCIACardState PCMCIACardState;
74 typedef struct PixelFormat PixelFormat;
75 typedef struct PostcopyDiscardState PostcopyDiscardState;
76 typedef struct Property Property;
77 typedef struct PropertyInfo PropertyInfo;
78 typedef struct QEMUBH QEMUBH;
79 typedef struct QemuConsole QemuConsole;
80 typedef struct QEMUFile QEMUFile;
81 typedef struct QemuOpt QemuOpt;
82 typedef struct QemuOpts QemuOpts;
83 typedef struct QemuOptsList QemuOptsList;
84 typedef struct QEMUSGList QEMUSGList;
85 typedef struct QEMUSizedBuffer QEMUSizedBuffer;
86 typedef struct QEMUTimer QEMUTimer;
87 typedef struct QEMUTimerListGroup QEMUTimerListGroup;
88 typedef struct QObject QObject;
89 typedef struct RAMBlock RAMBlock;
90 typedef struct Range Range;
91 typedef struct SerialState SerialState;
92 typedef struct SHPCDevice SHPCDevice;
93 typedef struct SMBusDevice SMBusDevice;
94 typedef struct SSIBus SSIBus;
95 typedef struct uWireSlave uWireSlave;
96 typedef struct VirtIODevice VirtIODevice;
97 typedef struct Visitor Visitor;
98
99 #endif /* QEMU_TYPEDEFS_H */