Hi,
Here is the ui patch queue, bringing support for linux input devices and
two fixes for the console and vnc.
please pull,
Gerd
The following changes since commit 1464ad45cd6cdeb0b5c1a54d3d3791396e47e52f:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-04' into
staging (2016-03-06 11:53:27 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-ui-20160309-1
for you to fetch changes up to 58aa7d8e443c7f79710a4f5757966f6c511f2242:
ui/console: add escape sequence \e[5, 6n (2016-03-09 09:35:56 +0100)
----------------------------------------------------------------
add linux evdev support, vnc and console fixes.
----------------------------------------------------------------
Frediano Ziglio (1):
vnc: send cursor when a new client is connecting
Gerd Hoffmann (3):
input: linux evdev support
input-linux: add option to toggle grab on all devices
input-linux: add switch to enable auto-repeat events
Ren Kimura (1):
ui/console: add escape sequence \e[5, 6n
include/ui/input.h | 2 +
qemu-options.hx | 9 ++
ui/Makefile.objs | 1 +
ui/console.c | 56 ++++++--
ui/input-linux.c | 391 +++++++++++++++++++++++++++++++++++++++++++++++++++++
ui/vnc.c | 3 +
vl.c | 11 ++
7 files changed, 458 insertions(+), 15 deletions(-)
create mode 100644 ui/input-linux.c