Re: [Qemu-devel] [PATCH v5 2/4] adb.c: add support for QKeyCode

2016-09-14 Thread David Gibson
On Wed, Aug 17, 2016 at 10:27:48PM -0400, John Arbuckle wrote: > The old pc scancode translation is replaced with QEMU's QKeyCode. This is just > a mechanical substitution, which a number of broken mappings left in. > > Signed-off-by: John Arbuckle > --- > *v5 changes > Merged Power key patch wit

[Qemu-devel] [PATCH v5 2/4] adb.c: add support for QKeyCode

2016-08-17 Thread John Arbuckle
The old pc scancode translation is replaced with QEMU's QKeyCode. This is just a mechanical substitution, which a number of broken mappings left in. Signed-off-by: John Arbuckle --- *v5 changes Merged Power key patch with patch 2/4. Moved qemu_input_handler_register() function call to adb_kbd_rea