All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Zhurikhin <zhur@ispras.ru>
To: QEMU-devel Developers <qemu-devel@nongnu.org>,
	Dmitry Zhurikhin <zhurikhin@gmail.com>
Cc: Shahar Havivi <shaharh@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2 v6] Qemu support for multiple keyboard devices
Date: Wed,  4 May 2011 16:35:12 +0400	[thread overview]
Message-ID: <cover.1304437723.git.zhur@ispras.ru> (raw)

v6 (Dmitry Zhurikhin <zhur@ispras.ru>):
- merge with commit 57aa265d462a64a06268be26d49020729cff56c1
- moved changes from usb-hid.c and qemu_activate_keyboard_event_handler function
  to the first patch as more appropriate
- changed some keyboard names to be more consistent
- added 'info keyboard' to the 'info subcommand' documentation chapter
- fixed an 'avoid assignment of zero to static variable' warning by
  'scripts/checkpatch.pl'


Qemu support for multiple keyboard devices:
Patch #1
Adding keyboard is done to the queue instead of "last added keyboard wins",
when removing keyboard via device_del - previous keyboard is selected.

Patch #2
Adding 2 new monitor commands to handle keyboard list:
'info keyboard' - show all keyboard devices and mark the current one
'keyboard_set'  - set active keyboard by index as displayed by 'info keyboard'

Shahar Havivi (2):
  Support for multiple keyboard devices
  Two new monitor commands: 'info keyboard', 'keyboard_set'

 console.h            |   20 +++++-
 hmp-commands.hx      |   20 ++++++
 hw/adb.c             |    2 +-
 hw/escc.c            |    3 +-
 hw/musicpal.c        |    2 +-
 hw/nseries.c         |    4 +-
 hw/palm.c            |    2 +-
 hw/ps2.c             |    2 +-
 hw/pxa2xx_keypad.c   |    3 +-
 hw/spitz.c           |    3 +-
 hw/stellaris_input.c |    3 +-
 hw/syborg_keyboard.c |    3 +-
 hw/usb-hid.c         |   12 +++-
 hw/xenfb.c           |    5 +-
 input.c              |  168 +++++++++++++++++++++++++++++++++++++++++++++-----
 monitor.c            |    8 +++
 16 files changed, 227 insertions(+), 33 deletions(-)

             reply	other threads:[~2011-05-04 12:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 12:35 Dmitry Zhurikhin [this message]
2011-05-04 12:35 ` [Qemu-devel] [PATCH 1/2] Support for multiple keyboard devices Dmitry Zhurikhin
2011-05-04 12:35 ` [Qemu-devel] [PATCH 2/2] Two new monitor commands: 'info keyboard', 'keyboard_set' Dmitry Zhurikhin

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=cover.1304437723.git.zhur@ispras.ru \
    --to=zhur@ispras.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=shaharh@redhat.com \
    --cc=zhurikhin@gmail.com \
    /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.