qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] add input routing and multiseat support


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/6] add input routing and multiseat support
Date: Tue, 20 May 2014 16:00:41 +0200

  Hi,

$subject says all.  Last patch has detailed usage docs,
so I'm not repeating it here.

cheers,
  Gerd

Gerd Hoffmann (6):
  input: switch hid keyboard to new input layer api.
  input: switch hid mouse and tablet to the new input layer api.
  input: bind devices and input routing
  sdl: pass key event source to input layer
  usb: add input routing support for tablet and keyboard
  docs: add multiseat.txt

 docs/multiseat.txt     |  76 +++++++++++++++++
 hw/input/hid.c         | 220 ++++++++++++++++++++++++++++++++-----------------
 hw/usb/dev-hid.c       |  13 +++
 include/hw/input/hid.h |   4 +-
 include/ui/input.h     |   3 +
 ui/input.c             |  43 +++++++++-
 ui/sdl2.c              |  21 +++--
 7 files changed, 290 insertions(+), 90 deletions(-)
 create mode 100644 docs/multiseat.txt

-- 
1.8.3.1




reply via email to

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