qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] input: add support for kbd delays


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/3] input: add support for kbd delays
Date: Wed, 28 May 2014 14:26:53 +0200

  Hi,

Little series of three input patches.  First patch adds support for
submitting keyboard delays, which will make the input layer setup a
timer, buffer the following keyboard events, send them to the guest
once the delay is over.  Second patch makes the send_key monitor command
use the new service instead of using its own timer.  Third patch inserts
a delay between keydown and keyup events in the curses ui.

please review & test,
  Gerd

Gerd Hoffmann (3):
  input: add support for kbd delays
  input: use kbd delays for send_key monitor command
  curses: add kbd delay between keydown and keyup events

 include/ui/input.h |   1 +
 ui/curses.c        |   1 +
 ui/input-legacy.c  |  42 ++-------------------
 ui/input.c         | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 109 insertions(+), 41 deletions(-)

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]