Re: [PATCH 32/50] ps2: use ps2_raise_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 raising the PS2 IRQ into one single function. > > Signed-off-by: Mark Cave-Ayland > --- > hw/input/ps2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 32/50] ps2: use ps2_raise_irq() instead of calling update_irq() directly

2022-05-22 Thread Mark Cave-Ayland
This consolidates the logic of raising the PS2 IRQ into one single function. Signed-off-by: Mark Cave-Ayland --- hw/input/ps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/input/ps2.c b/hw/input/ps2.c index 8b76ce1cdc..55a2ac08c2 100644 --- a/hw/input/ps2.c +++