From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7TM1-0000Yl-Tj for qemu-devel@nongnu.org; Mon, 30 May 2016 16:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7TLx-0002NP-Q1 for qemu-devel@nongnu.org; Mon, 30 May 2016 16:00:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:41463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7TLx-0002NA-JW for qemu-devel@nongnu.org; Mon, 30 May 2016 15:59:57 -0400 References: <1464009550-6713-1-git-send-email-kraxel@redhat.com> From: Alexander Graf Message-ID: <574C9BB9.8010509@suse.de> Date: Mon, 30 May 2016 21:59:53 +0200 MIME-Version: 1.0 In-Reply-To: <1464009550-6713-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vnc: add configurable keyboard delay List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 05/23/2016 03:19 PM, 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. > > Signed-off-by: Gerd Hoffmann > --- > ui/vnc.c | 13 +++++++++++-- > ui/vnc.h | 1 + You probably want to extend the man page with this awesome new option :). Alex