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

2022-06-10 Thread Mark Cave-Ayland
On 09/06/2022 12:21, Peter Maydell wrote: On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: Add a qdev gpio input in lasips2_init() by taking the existing lasips2_port_set_irq() function, updating it accordingly and then renaming to lasips2_set_irq(). Use these new qdev gpio inputs to w

Re: [PATCH 46/50] lasips2: 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 qdev gpio input in lasips2_init() by taking the existing > lasips2_port_set_irq() > function, updating it accordingly and then renaming to lasips2_set_irq(). Use > these > new qdev gpio inputs to wire up the PS2 keyboard and mouse d

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

2022-05-22 Thread Mark Cave-Ayland
Add a qdev gpio input in lasips2_init() by taking the existing lasips2_port_set_irq() function, updating it accordingly and then renaming to lasips2_set_irq(). Use these new qdev gpio inputs to wire up the PS2 keyboard and mouse devices. At the same time set update_irq() and update_arg to NULL i