summary refs log tree commit diff stats
path: root/hw/net/ne2000-pci.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-14 06:24:43 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-17 13:21:40 +0200
commit5fff13f245cddd3bc260dfe6ebe1b1f05b72116f (patch)
treec9eeddafc6297ae65f6416d415d362eb003417bf /hw/net/ne2000-pci.c
parentbfafa473ede36f95a71c46271cff07fde1854f2a (diff)
downloadfocaccia-qemu-5fff13f245cddd3bc260dfe6ebe1b1f05b72116f.tar.gz
focaccia-qemu-5fff13f245cddd3bc260dfe6ebe1b1f05b72116f.zip
kbd-state: fix autorepeat handling
When allowing multiple down-events in a row (key autorepeat) we can't
use change_bit() any more to update the state, because autorepeat events
don't change the key state.  We have to explicitly use set_bit() and
clear_bit() instead.

Cc: qemu-stable@nongnu.org
Fixes: 35921860156e kbd-state: don't block auto-repeat events
Buglink: https://bugs.launchpad.net/qemu/+bug/1828272
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20190514042443.10735-1-kraxel@redhat.com
Diffstat (limited to 'hw/net/ne2000-pci.c')
0 files changed, 0 insertions, 0 deletions