]> git.proxmox.com Git - mirror_qemu.git/commit
ps2: reset queue in ps2_reset_keyboard
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 6 Jun 2017 11:21:05 +0000 (13:21 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 23 Jun 2017 09:51:50 +0000 (11:51 +0200)
commit6e24ee0c1e4b6c0c9c748acab77ecd113c942a4d
tree216f09b0c312cabea6f28a927bc95633560b233d
parent954ee55bd528a97347f19f815e00f1e375f82f0a
ps2: reset queue in ps2_reset_keyboard

When the guest resets the keyboard also clear the queue.  It is highly
unlikely that the guest is still interested in the events stuck in the
queue, and it avoids confusing the guest in case the queue is full and
the ACK can't be queued up.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1372583
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170606112105.13331-4-kraxel@redhat.com
hw/input/ps2.c