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-
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).
> >
>
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
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