qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] ui: add linux evdev support, vnc and console fixes
@ 2016-03-09  9:04 Gerd Hoffmann
  2016-03-09  9:04 ` [Qemu-devel] [PULL 1/5] vnc: send cursor when a new client is connecting Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2016-03-09  9:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09  9:04 [Qemu-devel] [PULL 0/5] ui: add linux evdev support, vnc and console fixes Gerd Hoffmann
2016-03-09  9:04 ` [Qemu-devel] [PULL 1/5] vnc: send cursor when a new client is connecting Gerd Hoffmann
2016-03-09  9:04 ` [Qemu-devel] [PULL 2/5] input: linux evdev support Gerd Hoffmann
2016-03-09  9:04 ` [Qemu-devel] [PULL 3/5] input-linux: add option to toggle grab on all devices Gerd Hoffmann
2016-03-09  9:04 ` [Qemu-devel] [PULL 4/5] input-linux: add switch to enable auto-repeat events Gerd Hoffmann
2016-03-09  9:04 ` [Qemu-devel] [PULL 5/5] ui/console: add escape sequence \e[5, 6n Gerd Hoffmann
2016-03-10  5:00 ` [Qemu-devel] [PULL 0/5] ui: add linux evdev support, vnc and console fixes Peter Maydell

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