On Sat, 09 May 2026 19:34:24 +0900, Akihiko Odaki <[email protected]> wrote: > diff --git a/hw/input/ps2.c b/hw/input/ps2.c > index 93c3c737205..1f266bc6a07 100644 > --- a/hw/input/ps2.c > +++ b/hw/input/ps2.c > @@ -126,17 +127,17 @@ static uint8_t translate_table[256] = { > static unsigned int ps2_modifier_bit(QKeyCode key)
QemuInputKeyEvent.key is unsigned int after patch 4. -- Marc-André Lureau <[email protected]>
