qemu-devel.nongnu.org archive mirror
 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] input patch queue.
Date: Fri, 29 May 2015 11:11:16 +0200	[thread overview]
Message-ID: <1432890681-22679-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Here comes the input patch queue, with the patches for brazilian
keyboard support and virtio-input devices (non-pci transport only,
virtio-pci support has to wait until virtio-1 lands in master).

please pull,
  Gerd

The following changes since commit ce0274f730eacbd24c706523ddbbabb6b95d0659:

  Revert "gdbstub: Do not kill target in system emulation mode" (2015-05-28 16:57:35 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-input-20150529-1

for you to fetch changes up to 55a1d80a41032d6133adec041c0096820beaa1b7:

  virtio-input: emulated devices [device] (2015-05-29 10:30:40 +0200)

----------------------------------------------------------------
kbd: add support for brazilian keyboard (two extra keys).
input: add virtio-input devices.

----------------------------------------------------------------
Gerd Hoffmann (5):
      kbd: add brazil kbd keys to qemu
      kbd: add brazil kbd keys to x11 evdev map
      virtio-input: add linux/input.h
      virtio-input: core code & base class [device]
      virtio-input: emulated devices [device]

 hw/input/Makefile.objs                 |    5 +
 hw/input/virtio-input-hid.c            |  502 +++++++++++++
 hw/input/virtio-input.c                |  282 ++++++++
 include/hw/virtio/virtio-input.h       |  105 +++
 include/hw/virtio/virtio.h             |    1 +
 include/standard-headers/linux/input.h | 1198 ++++++++++++++++++++++++++++++++
 qapi-schema.json                       |    4 +-
 scripts/update-linux-headers.sh        |    4 +-
 ui/input-keymap.c                      |    4 +
 ui/x_keymap.c                          |    4 +-
 10 files changed, 2105 insertions(+), 4 deletions(-)
 create mode 100644 hw/input/virtio-input-hid.c
 create mode 100644 hw/input/virtio-input.c
 create mode 100644 include/hw/virtio/virtio-input.h
 create mode 100644 include/standard-headers/linux/input.h

             reply	other threads:[~2015-05-29  9:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29  9:11 Gerd Hoffmann [this message]
2015-05-29  9:11 ` [Qemu-devel] [PULL 1/5] kbd: add brazil kbd keys to qemu Gerd Hoffmann
2015-05-29  9:11 ` [Qemu-devel] [PULL 2/5] kbd: add brazil kbd keys to x11 evdev map Gerd Hoffmann
2015-05-29  9:11 ` [Qemu-devel] [PULL 3/5] virtio-input: add linux/input.h Gerd Hoffmann
2015-05-29  9:11 ` [Qemu-devel] [PULL 4/5] virtio-input: core code & base class [device] Gerd Hoffmann
2015-05-29  9:11 ` [Qemu-devel] [PULL 5/5] virtio-input: emulated devices [device] Gerd Hoffmann
2015-05-29 13:24 ` [Qemu-devel] [PULL 0/5] input patch queue 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=1432890681-22679-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 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).