~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to include/qemu/typedefs.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
typedef struct BlockDriverState BlockDriverState;
18
18
typedef struct BusClass BusClass;
19
19
typedef struct BusState BusState;
20
 
typedef struct CharDriverState CharDriverState;
 
20
typedef struct Chardev Chardev;
21
21
typedef struct CompatProperty CompatProperty;
22
22
typedef struct CPUAddressSpace CPUAddressSpace;
23
23
typedef struct CPUState CPUState;
45
45
typedef struct MemoryListener MemoryListener;
46
46
typedef struct MemoryMappingList MemoryMappingList;
47
47
typedef struct MemoryRegion MemoryRegion;
 
48
typedef struct MemoryRegionCache MemoryRegionCache;
48
49
typedef struct MemoryRegionSection MemoryRegionSection;
49
50
typedef struct MigrationIncomingState MigrationIncomingState;
50
51
typedef struct MigrationParams MigrationParams;