Mark Cave-Ayland 423bcb234b pl050: switch over from update_irq() function to PS2 device gpio
Add a new pl050_init() function which initialises a qdev input gpio for handling
incoming PS2 IRQs, and then wire up the PS2 device 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>
Message-Id: <20220624134109.881989-37-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
2022-06-26 18:40:12 +01:00
..
2022-06-15 14:50:41 +01:00
2022-06-23 23:24:29 +02:00
2022-06-15 16:43:42 +01:00
2022-06-20 08:38:58 -03:00
2022-06-14 16:50:30 +02:00
2022-06-11 11:44:50 +02:00
2022-06-08 19:38:47 +01:00