qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] add input routing and multiseat support
@ 2014-05-20 14:00 Gerd Hoffmann
  2014-05-20 14:00 ` [Qemu-devel] [PATCH 1/6] input: switch hid keyboard to new input layer api Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Gerd Hoffmann @ 2014-05-20 14:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-21  9:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 14:00 [Qemu-devel] [PATCH 0/6] add input routing and multiseat support Gerd Hoffmann
2014-05-20 14:00 ` [Qemu-devel] [PATCH 1/6] input: switch hid keyboard to new input layer api Gerd Hoffmann
2014-05-20 14:00 ` [Qemu-devel] [PATCH 2/6] input: switch hid mouse and tablet to the " Gerd Hoffmann
2014-05-20 14:00 ` [Qemu-devel] [PATCH 3/6] input: bind devices and input routing Gerd Hoffmann
2014-05-20 14:00 ` [Qemu-devel] [PATCH 4/6] sdl: pass key event source to input layer Gerd Hoffmann
2014-05-20 14:00 ` [Qemu-devel] [PATCH 5/6] usb: add input routing support for tablet and keyboard Gerd Hoffmann
2014-05-20 14:00 ` [Qemu-devel] [PATCH 6/6] docs: add multiseat.txt Gerd Hoffmann
2014-05-20 18:08   ` Paolo Bonzini
2014-05-21  8:38     ` Gerd Hoffmann
2014-05-21  9:18       ` Paolo Bonzini
2014-05-21  9:51         ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).