]> git.proxmox.com Git - mirror_qemu.git/commit
vnc: Set default kbd delay to 10ms
authorAlexander Graf <agraf@suse.de>
Wed, 12 Jul 2017 12:43:45 +0000 (14:43 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 31 Aug 2017 16:51:17 +0000 (11:51 -0500)
commit503518416597cff41d4439555e5fceecdcc43400
tree59afa0ee4c8e1c86acae1793ec171153e460b76c
parent20920f4db6dee3be9d875cc9e006e42ee0eff3d0
vnc: Set default kbd delay to 10ms

The current VNC default keyboard delay is 1ms. With that we're constantly
typing faster than the guest receives keyboard events from an XHCI attached
USB HID device.

The default keyboard delay time in the input layer however is 10ms. I don't know
how that number came to be, but empirical tests on some OpenQA driven ARM
systems show that 10ms really is a reasonable default number for the delay.

This patch moves the VNC delay also to 10ms. That way our default is much
safer (good!) and also consistent with the input layer default (also good!).

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1499863425-103133-1-git-send-email-agraf@suse.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit d3b0db6dfea6b3a9ee0d96aceb796bdcafa84314)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-options.hx
ui/vnc.c