qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] input: linux evdev support
@ 2016-03-04 10:25 Gerd Hoffmann
  2016-03-04 10:25 ` [Qemu-devel] [PATCH 1/3] " Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2016-03-04 10:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series adds support for reading input events directly from
linux input devices instead of getting them from the UI (gtk/spice/...).
This is useful if you pci passthrough your vga, because you don't need
some otherwise dummy UI just to feed input into your guest.  Chech the
patch #1 commit message for all the details.

It's been a while I posted the patches last time.  Undusted them.
Rebased to master.  Adapted to some QAPI changes.  Squashed in some
bugfixes accumulated over time.  Applied some testing using my new
intel test box.

please review,
  Gerd

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

 include/ui/input.h |   2 +
 qemu-options.hx    |   9 ++
 ui/Makefile.objs   |   1 +
 ui/input-linux.c   | 391 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 vl.c               |  11 ++
 5 files changed, 414 insertions(+)
 create mode 100644 ui/input-linux.c

-- 
1.8.3.1

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

end of thread, other threads:[~2016-03-10  9:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 10:25 [Qemu-devel] [PATCH 0/3] input: linux evdev support Gerd Hoffmann
2016-03-04 10:25 ` [Qemu-devel] [PATCH 1/3] " Gerd Hoffmann
2016-03-04 10:25 ` [Qemu-devel] [PATCH 2/3] input-linux: add option to toggle grab on all devices Gerd Hoffmann
2016-03-04 10:25 ` [Qemu-devel] [PATCH 3/3] input-linux: add switch to enable auto-repeat events Gerd Hoffmann
2016-03-09 21:23 ` [Qemu-devel] [PATCH 0/3] input: linux evdev support Paolo Bonzini
2016-03-10  7:31   ` Gerd Hoffmann
2016-03-10  9:50     ` Paolo Bonzini

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).