qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] input patch queue.
@ 2015-05-29  9:11 Gerd Hoffmann
  2015-05-29  9:11 ` [Qemu-devel] [PULL 1/5] kbd: add brazil kbd keys to qemu Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2015-05-29  9:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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

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

end of thread, other threads:[~2015-05-29 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29  9:11 [Qemu-devel] [PULL 0/5] input patch queue Gerd Hoffmann
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

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