]> xenbits.xensource.com Git - qemu-xen.git/commit
pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 24 Jun 2022 13:40:50 +0000 (14:40 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 26 Jun 2022 17:40:12 +0000 (18:40 +0100)
commitc2b1747973d1ff334787d9701cf8214e24fe0798
tree71aa68415edd00cbd8e7ef887454b3ae9f3c5868
parent6beb79e11a48b7876dfd63fcfb51d1a603936928
pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState

This allows both IRQs to be declared as a single qdev gpio array.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220624134109.881989-36-mark.cave-ayland@ilande.co.uk>
hw/input/pckbd.c
include/hw/input/i8042.h