Re: [PATCH] hw/input/ps2: Use ps2_raise_irq() instead of open coding it

2021-05-25 Thread Philippe Mathieu-Daudé
ping? (patch reviewed) On 5/13/21 7:12 PM, Philippe Mathieu-Daudé wrote: > Inspired-by: Volker Rümelin > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/input/ps2.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/hw/input/ps2.c b/hw/input/ps2.c > index 72cdb80

Re: [PATCH] hw/input/ps2: Use ps2_raise_irq() instead of open coding it

2021-05-16 Thread Bin Meng
On Fri, May 14, 2021 at 1:26 AM Philippe Mathieu-Daudé wrote: > > Inspired-by: Volker Rümelin > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/input/ps2.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Bin Meng

Re: [PATCH] hw/input/ps2: Use ps2_raise_irq() instead of open coding it

2021-05-13 Thread Volker Rümelin
Inspired-by: Volker Rümelin Signed-off-by: Philippe Mathieu-Daudé --- hw/input/ps2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/input/ps2.c b/hw/input/ps2.c index 72cdb80ae1c..02d7e5da723 100644 --- a/hw/input/ps2.c +++ b/hw/input/ps2.c @@ -213,7 +213,7 @@

[PATCH] hw/input/ps2: Use ps2_raise_irq() instead of open coding it

2021-05-13 Thread Philippe Mathieu-Daudé
Inspired-by: Volker Rümelin Signed-off-by: Philippe Mathieu-Daudé --- hw/input/ps2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/input/ps2.c b/hw/input/ps2.c index 72cdb80ae1c..02d7e5da723 100644 --- a/hw/input/ps2.c +++ b/hw/input/ps2.c @@ -213,7 +213,7 @@ voi