diff options
| author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2022-06-24 14:40:59 +0100 |
|---|---|---|
| committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2022-06-26 18:40:12 +0100 |
| commit | 42119fdb2e851b2a0a6cc09197c33ad943dcb6e9 (patch) | |
| tree | 99344540ac76d2fe3c7e9ccbfe26cd5f55d8e232 /include/hw/input | |
| parent | 02bb59a0e082a4eb88b797c715ab722bebb95ad4 (diff) | |
| download | focaccia-qemu-42119fdb2e851b2a0a6cc09197c33ad943dcb6e9.tar.gz focaccia-qemu-42119fdb2e851b2a0a6cc09197c33ad943dcb6e9.zip | |
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>
Diffstat (limited to 'include/hw/input')
| -rw-r--r-- | include/hw/input/lasips2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/input/lasips2.h b/include/hw/input/lasips2.h index b9723073e1..7e4437b925 100644 --- a/include/hw/input/lasips2.h +++ b/include/hw/input/lasips2.h @@ -25,6 +25,7 @@ typedef struct LASIPS2Port { struct LASIPS2State { SysBusDevice parent_obj; + hwaddr base; LASIPS2Port kbd; LASIPS2Port mouse; qemu_irq irq; |