pckbd: add controller response queue
commitaa67a42f8d28cb7db743a070afa8f143235a4e7f
authorVolker Rümelin <vr_qemu@t-online.de>
Tue, 25 May 2021 18:14:37 +0000 (25 20:14 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 26 May 2021 09:31:22 +0000 (26 11:31 +0200)
tree0357d18cd89b8ae989f830f5d0f1d44928ec4d56
parentac9192bd0a9cae217eac8b3b34d3caae93638e51
pckbd: add controller response queue

Add a separate queue for PS/2 controller responses. The
responses no longer get queued in the keyboard or mouse queues.
The advantage of this can be seen after the next two patches,
where the guest can disable the PS/2 communication with keyboard
and mouse and still talk to the PS/2 controller.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20210525181441.27768-8-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/input/pckbd.c