Re: [PATCH] next-kbd: convert to use qemu_input_handler_register()

2024-11-01 Thread Mark Cave-Ayland
On 01/11/2024 09:26, Thomas Huth wrote: Am Wed, 30 Oct 2024 09:18:03 + schrieb Mark Cave-Ayland : Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler() function to use qemu_input_handler_register(). Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-kbd.c | 158

Re: [PATCH] next-kbd: convert to use qemu_input_handler_register()

2024-11-01 Thread Thomas Huth
Am Wed, 30 Oct 2024 09:18:03 + schrieb Mark Cave-Ayland : > Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler() > function to use qemu_input_handler_register(). > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-kbd.c | 158 +

Re: [PATCH] next-kbd: convert to use qemu_input_handler_register()

2024-10-31 Thread Mark Cave-Ayland
On 30/10/2024 10:28, Alex Bennée wrote: Mark Cave-Ayland writes: Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler() function to use qemu_input_handler_register(). If that is the last user we should probably remove the function as well. True. I can send a follow-up

Re: [PATCH] next-kbd: convert to use qemu_input_handler_register()

2024-10-30 Thread Alex Bennée
Mark Cave-Ayland writes: > Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler() > function to use qemu_input_handler_register(). If that is the last user we should probably remove the function as well. -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH] next-kbd: convert to use qemu_input_handler_register()

2024-10-30 Thread Mark Cave-Ayland
Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler() function to use qemu_input_handler_register(). Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-kbd.c | 158 + 1 file changed, 103 insertions(+), 55 deletions(-) diff --git a/