From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7l7F-0007VJ-AK for qemu-devel@nongnu.org; Tue, 31 May 2016 10:58:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7l7C-0004Om-3n for qemu-devel@nongnu.org; Tue, 31 May 2016 10:57:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7l7B-0004Oi-U9 for qemu-devel@nongnu.org; Tue, 31 May 2016 10:57:54 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F31247F09B for ; Tue, 31 May 2016 14:57:52 +0000 (UTC) References: <1464702555-32556-1-git-send-email-kraxel@redhat.com> From: Eric Blake Message-ID: <574DA670.6000608@redhat.com> Date: Tue, 31 May 2016 08:57:52 -0600 MIME-Version: 1.0 In-Reply-To: <1464702555-32556-1-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hJ9j2c1nV70fIdiNUc1rgtTlnBk20POdB" Subject: Re: [Qemu-devel] [PATCH v2] vnc: add configurable keyboard delay List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hJ9j2c1nV70fIdiNUc1rgtTlnBk20POdB Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 05/31/2016 07:49 AM, Gerd Hoffmann wrote: > Limits the rate kbd events from the vnc server are forwarded to the > guest, so input devices which are typically low-bandwidth can keep > up even on bulky input. >=20 > v2: update documentation too. >=20 > Signed-off-by: Gerd Hoffmann > --- > qemu-options.hx | 8 ++++++++ > ui/vnc.c | 13 +++++++++++-- > ui/vnc.h | 1 + > 3 files changed, 20 insertions(+), 2 deletions(-) >=20 > diff --git a/qemu-options.hx b/qemu-options.hx > index 6106520..82b049a 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -1410,6 +1410,14 @@ everybody else. 'ignore' completely ignores the= shared flag and > allows everybody connect unconditionally. Doesn't conform to the rfb > spec but is traditional QEMU behavior. > =20 > +@item key-delay-ms > + > +Set keyboard delay, for key down and key up events, in miliseconds. s/mili/milli/ > +Default is 1. Keyboards are low-bandwidth devices, so this slowdown > +can help device and guest to keep up and not loose events in case s/device/the device/ s/loose/lose/ > +events are arriving in bulk. Possible causes for the latter are flaky= > +network connections, or scripts for automated testing. > + --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --hJ9j2c1nV70fIdiNUc1rgtTlnBk20POdB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXTaZwAAoJEKeha0olJ0NqErUH/2c1G38yIqBTa45+amS46sDu sF8Ke//MtpqmhXQa8p66+KYNF7SmomFBv25gO7ebwkCgSA655mOK1v1CtrzkUzD1 B9OPDrh17fc58ZaHpErS5jgi3DoqTzmxFvZI+EZN2W2zfm9DnBDYdYDfRF6QlDvH eeQ7YewGJGioQ5qPQotmCjikgJ1Uv1fDt27vgsOWuLfWU60cR2U0pyieVOkeqewz IsI2RYUJHAAEoCu1vSoEVvs4B08FaiEYjxAlFNgqIAH7+rJI8vjGS9mqQ5FhpoJy DZaZ5ApGJBSFyfRoLnbMtUq0CCBx0io+plruU5fPAS4wqFJX+oDTFWTgteqljmM= =o2M2 -----END PGP SIGNATURE----- --hJ9j2c1nV70fIdiNUc1rgtTlnBk20POdB--