Re: [Qemu-devel] [PATCH 1/3] input: add missing JIS keys to virtio input

2018-01-15 Thread Daniel P. Berrange
On Fri, Dec 22, 2017 at 05:25:29PM +0200, Miika S wrote: > 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

Re: [Qemu-devel] [PATCH 1/3] input: add missing JIS keys to virtio input

2017-12-23 Thread Miika S
Thank you for pointing out these errors. I've sent a new set of patches with the errors addressed, but later noticed that the new revision should have been titled [PATCH v2]. So to anybody reading this thread, it has been replaced with a new one. On Thu, Dec 21, 2017 at 12:35 AM, Eric Blake wrote

[Qemu-devel] [PATCH 1/3] input: add missing JIS keys to virtio input

2017-12-22 Thread 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/hw/input/virtio-i

Re: [Qemu-devel] [PATCH 1/3] input: add missing JIS keys to virtio input

2017-12-20 Thread Eric Blake
On 12/18/2017 07:24 AM, Miika S wrote: Signed-off-by: Miika S --- hw/input/virtio-input-hid.c | 7 +++ qapi/ui.json| 2 +- ui/keycodemapdb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) When sending a multi-patch series, please remember to include

[Qemu-devel] [PATCH 1/3] input: add missing JIS keys to virtio input

2017-12-18 Thread Miika S
Signed-off-by: Miika S --- hw/input/virtio-input-hid.c | 7 +++ qapi/ui.json| 2 +- ui/keycodemapdb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hw/input/virtio-input-hid.c b/hw/input/virtio-input-hid.c index e78faec0b1..9628d289f9 100644