Re: [Xen-devel] [PATCH v6 4/4] hw: convert XenInput keyboard to keycodemapdb

2018-01-15 Thread Gerd Hoffmann
On Fri, Dec 15, 2017 at 09:33:24AM +, Daniel P. Berrange wrote: > On Wed, Dec 13, 2017 at 03:01:51PM +, Anthony PERARD wrote: > > On Tue, Dec 12, 2017 at 02:10:44PM +, Daniel P. Berrange wrote: > > > Replace the scancode2linux table with an automatically > > > generated table. In doing

Re: [Xen-devel] [PATCH v6 4/4] hw: convert XenInput keyboard to keycodemapdb

2017-12-15 Thread Daniel P. Berrange
On Wed, Dec 13, 2017 at 03:01:51PM +, Anthony PERARD wrote: > On Tue, Dec 12, 2017 at 02:10:44PM +, Daniel P. Berrange wrote: > > Replace the scancode2linux table with an automatically > > generated table. In doing so, the XenFB keyboard > > handler is also converted to the modern InputEven

Re: [Xen-devel] [PATCH v6 4/4] hw: convert XenInput keyboard to keycodemapdb

2017-12-13 Thread Anthony PERARD
On Tue, Dec 12, 2017 at 02:10:44PM +, Daniel P. Berrange wrote: > Replace the scancode2linux table with an automatically > generated table. In doing so, the XenFB keyboard > handler is also converted to the modern InputEvent > framework. > > Signed-off-by: Daniel P. Berrange FYI, I think tha