Re: [PATCH 36/50] pl050: switch over from update_irq() function to PS2 device gpio

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: > > 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

[PATCH 36/50] pl050: switch over from update_irq() function to PS2 device gpio

2022-05-22 Thread Mark Cave-Ayland
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