Re: [PATCH 04/10] pckbd: split out interrupt line changing code

2021-05-05 Thread Philippe Mathieu-Daudé
On 5/5/21 9:21 PM, Volker Rümelin wrote: > Split out the interrupt line changing code from kbd_update_irq(). > This is a preparation for the next patch. There is no functional > change. > > Signed-off-by: Volker Rümelin > --- > hw/input/pckbd.c | 32 ++-- > 1 file cha

[PATCH 04/10] pckbd: split out interrupt line changing code

2021-05-05 Thread Volker Rümelin
Split out the interrupt line changing code from kbd_update_irq(). This is a preparation for the next patch. There is no functional change. Signed-off-by: Volker Rümelin --- hw/input/pckbd.c | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/hw/