Re: [Xen-devel] [PATCH 2/3 v4] xenfb: Use Input Handlers directly

2017-10-02 Thread Anthony PERARD
On Tue, Sep 26, 2017 at 02:43:38PM +, Owen Smith wrote: > Avoid the unneccessary calls through the input-legacy.c file by > using the qemu_input_handler_*() calls directly. This did require > reworking the event and sync handlers to use the reverse mapping > from qcode to linux using qemu_input

[Xen-devel] [PATCH 2/3 v4] xenfb: Use Input Handlers directly

2017-09-26 Thread Owen Smith
Avoid the unneccessary calls through the input-legacy.c file by using the qemu_input_handler_*() calls directly. This did require reworking the event and sync handlers to use the reverse mapping from qcode to linux using qemu_input_qcode_to_linux(). Removes the scancode2linux mapping, and supportin