aboutsummaryrefslogtreecommitdiff
path: root/include/hw/input
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-06-24 14:40:40 +0100
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-06-26 18:40:12 +0100
commitf4de68d1d45f1f104535a82f3e0dd3c393c6539e (patch)
treee7357ff6dec59374f3641bde394d2fa0ee5c078d /include/hw/input
parent7b9fff290c20ee65c5deba0ad98f97529061d231 (diff)
downloadqemu-f4de68d1d45f1f104535a82f3e0dd3c393c6539e.zip
qemu-f4de68d1d45f1f104535a82f3e0dd3c393c6539e.tar.gz
qemu-f4de68d1d45f1f104535a82f3e0dd3c393c6539e.tar.bz2
pckbd: implement i8042_mmio_realize() function
Move the initialisation of the register memory region to the I8042_MMIO device realize function and expose it using sysbus_init_mmio(). Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20220624134109.881989-26-mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include/hw/input')
-rw-r--r--include/hw/input/i8042.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/input/i8042.h b/include/hw/input/i8042.h
index ac4098b..59d695a 100644
--- a/include/hw/input/i8042.h
+++ b/include/hw/input/i8042.h
@@ -58,6 +58,7 @@ struct MMIOKBDState {
KBDState kbd;
uint32_t size;
+ MemoryRegion region;
};
#define I8042_A20_LINE "a20"