mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
lasips2: add base property
This is in preparation for handling vmstate_register() within the device. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220624134109.881989-45-mark.cave-ayland@ilande.co.uk> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
02bb59a0e0
commit
42119fdb2e
2 changed files with 17 additions and 1 deletions
|
@ -25,6 +25,7 @@ typedef struct LASIPS2Port {
|
|||
struct LASIPS2State {
|
||||
SysBusDevice parent_obj;
|
||||
|
||||
hwaddr base;
|
||||
LASIPS2Port kbd;
|
||||
LASIPS2Port mouse;
|
||||
qemu_irq irq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue