qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2 v4] Qemu support for multiple keyboard devices
@ 2010-04-18 19:20 Shahar Havivi
  2010-04-18 19:21 ` [Qemu-devel] [PATCH 1/2 v4] Support " Shahar Havivi
  2010-04-18 19:21 ` [Qemu-devel] [PATCH 2/2 v4] Two new monitor commands: 'info keyboard', 'keyboard_set' Shahar Havivi
  0 siblings, 2 replies; 7+ messages in thread
From: Shahar Havivi @ 2010-04-18 19:20 UTC (permalink / raw)
  To: qemu-devel

v4:
Patch #1 Xen keyboard, added QEMUPutKbdEntry to XenInput in order to properly
         remove when disconnected (Juan Quintela comment).
         Rename mouse_index to index (Markus Armbruster comment).

Patch #2 Remove un-used variable (Juan Quintela comment).
         Split do_keyboard_set() to qemu_activate_keyboard_event_handler(), 
         for polling via usb_keyboard_poll() will set the current keyboard
         (Anthony Liguori comment).

Open issue:
Set user define id property instead of index based keyboard (mice as well).  


Qemu support for multiple keyboard devices:
Patch #1 adding keyboard is done to qemu tail queue instead of 
         "last added keyboard wins", 
         when removing keyboard via device_del - prev 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
  Two new monitor commands: 'info keyboard', 'keyboard_set'

 console.h            |   19 ++++++-
 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         |   16 ++++-
 hw/xenfb.c           |    5 +-
 input.c              |  162 ++++++++++++++++++++++++++++++++++++++++++++++---
 monitor.c            |    8 +++
 qemu-monitor.hx      |   17 +++++
 16 files changed, 225 insertions(+), 27 deletions(-)

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

end of thread, other threads:[~2011-04-29 18:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-18 19:20 [Qemu-devel] [PATCH 0/2 v4] Qemu support for multiple keyboard devices Shahar Havivi
2010-04-18 19:21 ` [Qemu-devel] [PATCH 1/2 v4] Support " Shahar Havivi
2010-05-10 20:18   ` Anthony Liguori
2010-05-26  9:28     ` Shahar Havivi
2011-04-29 16:23     ` Dmitry Zhurikhin
2011-04-29 18:23       ` Shahar Havivi
2010-04-18 19:21 ` [Qemu-devel] [PATCH 2/2 v4] Two new monitor commands: 'info keyboard', 'keyboard_set' Shahar Havivi

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