Re: [PATCH] hw/input/hid: Add support for keys of jp106 keyboard.

2021-05-12 Thread Katsuhiro Ueno
Ping. 2021-04-27 11:02 Katsuhiro Ueno : > > Add support for the following keys: KATAKANAHIRAGANA, HENKAN, MUHENKAN, > RO, and YEN. Before this commit, these keys did not work as expected > when a jp106 keyboard was connected to the guest as a usb-kbd device. > > Signed-off-

Re: [PATCH] meson: Set implicit_include_directories to false

2021-04-30 Thread Katsuhiro Ueno
2021-04-30 16:48 Paolo Bonzini : > > On 29/04/21 04:43, Katsuhiro Ueno wrote: > > Without this, libvixl cannot be compiled with macOS 11.3 SDK due to > > include file name conflict (usr/include/c++/v1/version conflicts with > > VERSION). > > >

[PATCH] meson: Set implicit_include_directories to false

2021-04-28 Thread Katsuhiro Ueno
Without this, libvixl cannot be compiled with macOS 11.3 SDK due to include file name conflict (usr/include/c++/v1/version conflicts with VERSION). Signed-off-by: Katsuhiro Ueno --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index c6f4b0cf5e

[PATCH] hw/input/hid: Add support for keys of jp106 keyboard.

2021-04-26 Thread Katsuhiro Ueno
Add support for the following keys: KATAKANAHIRAGANA, HENKAN, MUHENKAN, RO, and YEN. Before this commit, these keys did not work as expected when a jp106 keyboard was connected to the guest as a usb-kbd device. Signed-off-by: Katsuhiro Ueno --- hw/input/hid.c | 4 ++-- 1 file changed, 2