qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Shahar Havivi <shaharh@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2 v3] Qemu support for multiple keyboard devices
Date: Wed, 31 Mar 2010 11:15:39 +0300	[thread overview]
Message-ID: <cover.1270022701.git.shaharh@redhat.com> (raw)

v3: 
Changes by Markus comments,

Patch #1 Change keyboard list pointer to qemu tail queue
Patch #2 Add static index to keyboard entry
         Remove unused error messages


Qemu support for multiple keyboard devices:

Patch #1 adding keyboard is done to list instead of "last added keyboard 
         wins", when removing keyboard via device_del - next keyboard
         selected.

Patch #2 adding 2 new monitor command to handle keyboard list: 
         'info keyboard' - show all keyboards and mark the current one
         'keyboard_set'  - set active keyboard by index as display in
                           'info keyboard' 

Shahar Havivi (2):
  Support for multiple keyboard devices
  Added monitor commands: 'keyboard_set' and 'info keybaord'

 console.h            |   18 ++++++-
 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 |    2 +-
 hw/syborg_keyboard.c |    2 +-
 hw/usb-hid.c         |   10 ++-
 hw/xenfb.c           |    4 +-
 input.c              |  152 ++++++++++++++++++++++++++++++++++++++++++++++---
 monitor.c            |    8 +++
 qemu-monitor.hx      |   17 ++++++
 16 files changed, 207 insertions(+), 27 deletions(-)

             reply	other threads:[~2010-03-31  8:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-31  8:15 Shahar Havivi [this message]
2010-03-31  8:16 ` [Qemu-devel] [PATCH 1/2] Support for multiple keyboard devices Shahar Havivi
2010-03-31 10:12   ` [Qemu-devel] " Juan Quintela
2010-03-31 15:11     ` Shahar Havivi
2010-03-31 15:23   ` [Qemu-devel] " Markus Armbruster
2010-03-31 15:36     ` Shahar Havivi
2010-03-31  8:16 ` [Qemu-devel] [PATCH 2/2] Added monitor commands: 'keyboard_set' and 'info keybaord' Shahar Havivi
2010-03-31 10:20   ` [Qemu-devel] " Juan Quintela
2010-03-31 15:31     ` Markus Armbruster
2010-03-31 15:42       ` Shahar Havivi
2010-03-31 16:58       ` Juan Quintela
2010-03-31 19:37         ` Shahar Havivi
2010-03-31 19:52           ` Anthony Liguori
2010-03-31 20:16             ` Juan Quintela
2010-03-31 17:04     ` Anthony Liguori
2010-03-31 20:55       ` Shahar Havivi

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.1270022701.git.shaharh@redhat.com \
    --to=shaharh@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).