[PATCH v2 0/2] next-kbd: convert to use qemu_input_handler_register()

Mark Cave-Ayland posted 2 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/m68k/next-kbd.c   | 158 ++++++++++++++++++++++++++++---------------
include/ui/console.h |   2 -
ui/input-legacy.c    |  37 ----------
3 files changed, 103 insertions(+), 94 deletions(-)
[PATCH v2 0/2] next-kbd: convert to use qemu_input_handler_register()
Posted by Mark Cave-Ayland 1 year, 3 months ago
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