qemu/typedefs: Sort in case-insensitive alphabetical order (again)
Following the recommendation added in commita98c370c46
("typedefs: (Re-)sort entries alphabetically"), and similarly to commit64baadc272
("Sort include/qemu/typedefs.h"), sort again the type definitions (in case-insensitive alphabetical order, using 'sort --ignore-case'). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230217141832.24777-2-philmd@linaro.org>
This commit is contained in:
parent
2609ec2868
commit
38ce1ebf57
@ -49,6 +49,7 @@ typedef struct DeviceState DeviceState;
|
||||
typedef struct DirtyBitmapSnapshot DirtyBitmapSnapshot;
|
||||
typedef struct DisplayChangeListener DisplayChangeListener;
|
||||
typedef struct DriveInfo DriveInfo;
|
||||
typedef struct DumpState DumpState;
|
||||
typedef struct Error Error;
|
||||
typedef struct EventNotifier EventNotifier;
|
||||
typedef struct FlatView FlatView;
|
||||
@ -56,6 +57,7 @@ typedef struct FWCfgEntry FWCfgEntry;
|
||||
typedef struct FWCfgIoState FWCfgIoState;
|
||||
typedef struct FWCfgMemState FWCfgMemState;
|
||||
typedef struct FWCfgState FWCfgState;
|
||||
typedef struct GraphicHwOps GraphicHwOps;
|
||||
typedef struct HostMemoryBackend HostMemoryBackend;
|
||||
typedef struct I2CBus I2CBus;
|
||||
typedef struct I2SCodec I2SCodec;
|
||||
@ -90,10 +92,10 @@ typedef struct PCIDevice PCIDevice;
|
||||
typedef struct PCIEAERErr PCIEAERErr;
|
||||
typedef struct PCIEAERLog PCIEAERLog;
|
||||
typedef struct PCIEAERMsg PCIEAERMsg;
|
||||
typedef struct PCIESriovPF PCIESriovPF;
|
||||
typedef struct PCIESriovVF PCIESriovVF;
|
||||
typedef struct PCIEPort PCIEPort;
|
||||
typedef struct PCIESlot PCIESlot;
|
||||
typedef struct PCIESriovPF PCIESriovPF;
|
||||
typedef struct PCIESriovVF PCIESriovVF;
|
||||
typedef struct PCIExpressDevice PCIExpressDevice;
|
||||
typedef struct PCIExpressHost PCIExpressHost;
|
||||
typedef struct PCIHostDeviceAddress PCIHostDeviceAddress;
|
||||
@ -106,6 +108,7 @@ typedef struct QBool QBool;
|
||||
typedef struct QDict QDict;
|
||||
typedef struct QEMUBH QEMUBH;
|
||||
typedef struct QemuConsole QemuConsole;
|
||||
typedef struct QEMUCursor QEMUCursor;
|
||||
typedef struct QEMUFile QEMUFile;
|
||||
typedef struct QemuLockable QemuLockable;
|
||||
typedef struct QemuMutex QemuMutex;
|
||||
@ -132,9 +135,6 @@ typedef struct VirtIODevice VirtIODevice;
|
||||
typedef struct Visitor Visitor;
|
||||
typedef struct VMChangeStateEntry VMChangeStateEntry;
|
||||
typedef struct VMStateDescription VMStateDescription;
|
||||
typedef struct DumpState DumpState;
|
||||
typedef struct GraphicHwOps GraphicHwOps;
|
||||
typedef struct QEMUCursor QEMUCursor;
|
||||
|
||||
/*
|
||||
* Pointer types
|
||||
|
Loading…
Reference in New Issue
Block a user