Re: [PATCH 21/50] pckbd: introduce new I8042_MMIO QOM type

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: > > Currently i8042_mm_init() creates a new KBDState directly which is used by > the MIPS > magnum machine. Introduce a new I8042_MMIO QOM type that will soon be used to > allow the MIPS magnum machine to be wired up using standard qdev

[PATCH 21/50] pckbd: introduce new I8042_MMIO QOM type

2022-05-22 Thread Mark Cave-Ayland
Currently i8042_mm_init() creates a new KBDState directly which is used by the MIPS magnum machine. Introduce a new I8042_MMIO QOM type that will soon be used to allow the MIPS magnum machine to be wired up using standard qdev GPIOs. Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c