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

2016-05-05 Thread Peter Maydell
On 24 March 2016 at 14:09, Programmingkid wrote: > The old pc scancode translation is replaced with QEMU's QKeyCode. > > Signed-off-by: John Arbuckle > --- > *v2 changes > Changed order of this patch. I wrote a quick test program to check that this patch doesn't change what key we generate for a

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

2016-03-24 Thread Programmingkid
The old pc scancode translation is replaced with QEMU's QKeyCode. Signed-off-by: John Arbuckle --- *v2 changes Changed order of this patch. hw/input/adb.c | 222 + 1 file changed, 176 insertions(+), 46 deletions(-) diff --git a/hw/input/a