v5: Merge with commit 46aaebff40f942e7b17b426916a3dee9b8b6f274 and last monitor changes.
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 | 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 | 2 +- hw/syborg_keyboard.c | 2 +- hw/usb-hid.c | 12 +++- hw/xenfb.c | 5 +- input.c | 168 +++++++++++++++++++++++++++++++++++++++++++++----- monitor.c | 8 +++ qemu-monitor.hx | 18 +++++ 16 files changed, 223 insertions(+), 33 deletions(-)