[Qemu-devel] [PATCH 2/2] Two new monitor commands: 'info keyboard', 'keyboard_set'
From: Shahar Havivi 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' Signed-off-by: Shahar Havivi --- console.h |4 ++ hmp-commands
[Qemu-devel] [PATCH 2/2] Two new monitor commands: 'info keyboard', 'keyboard_set'
Signed-off-by: Shahar Havivi --- console.h |5 ++ hw/usb-hid.c|6 +++ input.c | 111 +++ monitor.c |8 qemu-monitor.hx | 18 + 5 files changed, 148 insertions(+), 0 deletions(-) diff --git a/