Re: [Qemu-devel] [PATCH v4 10/13] input: add missing JIS keys to virtio input

2018-01-15 Thread Daniel P. Berrange
On Mon, Jan 15, 2018 at 11:17:15AM -0600, Eric Blake wrote: > On 01/15/2018 11:02 AM, Daniel P. Berrange wrote: > > From: Miika S > > > > keycodemapdb updated to add the QKeyCodes muhenkan and katakanahiragana > > > > Signed-off-by: Miika S > > --- > > hw/input/virtio-input-hid.c | 7 +++ >

Re: [Qemu-devel] [PATCH v4 10/13] input: add missing JIS keys to virtio input

2018-01-15 Thread Eric Blake
On 01/15/2018 11:02 AM, Daniel P. Berrange wrote: > From: Miika S > > keycodemapdb updated to add the QKeyCodes muhenkan and katakanahiragana > > Signed-off-by: Miika S > --- > hw/input/virtio-input-hid.c | 7 +++ > qapi/ui.json| 5 - > ui/keycodemapdb | 2 +

[Qemu-devel] [PATCH v4 10/13] input: add missing JIS keys to virtio input

2018-01-15 Thread Daniel P. Berrange
From: Miika S keycodemapdb updated to add the QKeyCodes muhenkan and katakanahiragana Signed-off-by: Miika S --- hw/input/virtio-input-hid.c | 7 +++ qapi/ui.json| 5 - ui/keycodemapdb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/h