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

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

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

2017-12-12 Thread Daniel P. Berrange
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 --- hw/display/xenfb.c | 138