Home
last modified time | relevance | path

Searched hist:cb663a81 (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/input/
H A Dpckbd.ccb663a81 Fri Jun 24 13:41:04 GMT 2022 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpio

Define a new qdev input gpio for handling incoming PS2 IRQs, and then wire up the
PS2 keyboard and mouse devices to use it. At the same time set update_irq() and
update_arg to NULL in ps2_kbd_init() and ps2_mouse_init() to ensure that any
accidental attempt to use the legacy update_irq() function will cause a NULL
pointer dereference.

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-50-mark.cave-ayland@ilande.co.uk>