qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] next-kbd: convert to use qemu_input_handler_register()
@ 2024-10-31 23:34 Mark Cave-Ayland
  2024-10-31 23:34 ` [PATCH v2 1/2] " Mark Cave-Ayland
  2024-10-31 23:34 ` [PATCH v2 2/2] ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function Mark Cave-Ayland
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Cave-Ayland @ 2024-10-31 23:34 UTC (permalink / raw)
  To: peter.maydell, huth, qemu-devel

This series converts the next-kbd device to use 
qemu_input_handler_register(), and then removes the now-unused legacy 
qemu_add_kbd_event_handler() function.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

v2:
- Rebase onto master
- Add patch 2 to remove the legacy qemu_add_kbd_event_handler()
  function

Mark Cave-Ayland (2):
  next-kbd: convert to use qemu_input_handler_register()
  ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler()
    function

 hw/m68k/next-kbd.c   | 158 ++++++++++++++++++++++++++++---------------
 include/ui/console.h |   2 -
 ui/input-legacy.c    |  37 ----------
 3 files changed, 103 insertions(+), 94 deletions(-)

-- 
2.39.5



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-01 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 23:34 [PATCH v2 0/2] next-kbd: convert to use qemu_input_handler_register() Mark Cave-Ayland
2024-10-31 23:34 ` [PATCH v2 1/2] " Mark Cave-Ayland
2024-10-31 23:34 ` [PATCH v2 2/2] ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function Mark Cave-Ayland
2024-11-01 10:03   ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).