mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
arm_gic: QOM cast cleanup
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
3e5dd364d9
commit
285b4432da
3 changed files with 8 additions and 4 deletions
|
@ -70,7 +70,10 @@ typedef struct gic_irq_state {
|
|||
} gic_irq_state;
|
||||
|
||||
typedef struct GICState {
|
||||
SysBusDevice busdev;
|
||||
/*< private >*/
|
||||
SysBusDevice parent_obj;
|
||||
/*< public >*/
|
||||
|
||||
qemu_irq parent_irq[NCPU];
|
||||
bool enabled;
|
||||
bool cpu_enabled[NCPU];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue