Re: [Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb

2017-09-18 Thread Programmingkid
> On Sep 18, 2017, at 5:28 AM, Daniel P. Berrange wrote: > > On Fri, Sep 15, 2017 at 02:32:14PM -0400, Programmingkid wrote: >> Sorry but I saw this error when I tried your patches: >> >> OBJCui/cocoa.o >> CC ui/curses.o >> ui/input-keymap.c:17:10: fatal error:

Re: [Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb

2017-09-18 Thread Daniel P. Berrange
On Fri, Sep 15, 2017 at 02:32:14PM -0400, Programmingkid wrote: > Sorry but I saw this error when I tried your patches: > > OBJCui/cocoa.o > CC ui/curses.o > ui/input-keymap.c:17:10: fatal error: 'ui/input-keymap-qcode-to-sun.c' file > not > found > #include

Re: [Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb

2017-09-15 Thread Programmingkid
Sorry but I saw this error when I tried your patches: OBJCui/cocoa.o CC ui/curses.o ui/input-keymap.c:17:10: fatal error: 'ui/input-keymap-qcode-to-sun.c' file not found #include "ui/input-keymap-qcode-to-sun.c" ^ 1 error generated. make: *** [ui/input-keymap.o] Error

[Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb

2017-09-12 Thread Daniel P. Berrange
Replace the qcode_to_keycode table with automatically generated tables. Missing entries in qcode_to_keycode now fixed: - Q_KEY_CODE_KP_COMMA -> 0x2d Signed-off-by: Daniel P. Berrange --- hw/char/escc.c | 126 +++--