Re: [PATCH 33/50] ps2: introduce ps2_lower_irq() instead of calling update_irq() directly

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: > > This consolidates the logic of lowering the PS2 IRQ into one single function. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 33/50] ps2: introduce ps2_lower_irq() instead of calling update_irq() directly

2022-05-22 Thread Mark Cave-Ayland
This consolidates the logic of lowering the PS2 IRQ into one single function. Signed-off-by: Mark Cave-Ayland --- hw/input/ps2.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hw/input/ps2.c b/hw/input/ps2.c index 55a2ac08c2..214dda60bf 100644 --- a/hw/input/ps2.c