All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/5] ui: add linux evdev support, vnc and console fixes
Date: Wed,  9 Mar 2016 10:04:32 +0100	[thread overview]
Message-ID: <1457514277-32408-1-git-send-email-kraxel@redhat.com> (raw)

  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

             reply	other threads:[~2016-03-09  9:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09  9:04 Gerd Hoffmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457514277-32408-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.