mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
apic: qdev conversion cleanup
Make APICState completely private to apic.c by using DeviceState in external APIs. Move apic_init() to pc.c. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
8546b09965
commit
92a16d7a9a
5 changed files with 82 additions and 63 deletions
|
@ -16,6 +16,7 @@
|
|||
typedef struct QEMUTimer QEMUTimer;
|
||||
typedef struct QEMUFile QEMUFile;
|
||||
typedef struct QEMUBH QEMUBH;
|
||||
typedef struct DeviceState DeviceState;
|
||||
|
||||
/* Hack around the mess dyngen-exec.h causes: We need QEMU_NORETURN in files that
|
||||
cannot include the following headers without conflicts. This condition has
|
||||
|
@ -224,7 +225,6 @@ typedef struct PCMCIACardState PCMCIACardState;
|
|||
typedef struct MouseTransformInfo MouseTransformInfo;
|
||||
typedef struct uWireSlave uWireSlave;
|
||||
typedef struct I2SCodec I2SCodec;
|
||||
typedef struct DeviceState DeviceState;
|
||||
typedef struct SSIBus SSIBus;
|
||||
typedef struct EventNotifier EventNotifier;
|
||||
typedef struct VirtIODevice VirtIODevice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue