mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
q800: move ESP device to Q800MachineState
Also change the instantiation of the ESP device to use object_initialize_child(). Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20230621085353.113233-19-mark.cave-ayland@ilande.co.uk> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
1a7a3f004c
commit
e78d17ca7d
2 changed files with 7 additions and 4 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "hw/net/dp8393x.h"
|
||||
#include "hw/char/escc.h"
|
||||
#include "hw/or-irq.h"
|
||||
#include "hw/scsi/esp.h"
|
||||
|
||||
/*
|
||||
* The main Q800 machine
|
||||
|
@ -48,6 +49,7 @@ struct Q800MachineState {
|
|||
dp8393xState dp8393x;
|
||||
ESCCState escc;
|
||||
OrIRQState escc_orgate;
|
||||
SysBusESPState esp;
|
||||
MemoryRegion macio;
|
||||
MemoryRegion macio_alias;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue