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
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 +
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
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
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/