Re: [PATCH 49/50] pckbd: switch I8042 device 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: > > 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

[PATCH 49/50] pckbd: switch I8042 device from update_irq() function to PS2 device gpio

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