hw/input/adb-mouse: convert to use QemuInputHandler
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 7 Sep 2024 17:37:00 +0000 (18:37 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Sep 2024 18:11:13 +0000 (20:11 +0200)
commit118e1519180016d9385af06b5d561639ead5c692
tree8ca06b257d490dd9e4dcdb57539a23b8ef56d063
parent34acb67f0309fca2ae1921fd0df9f0a217a7a92f
hw/input/adb-mouse: convert to use QemuInputHandler

Update the ADB mouse implementation to use QemuInputHandler instead of the
legacy qemu_add_mouse_event_handler() function.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240907173700.348818-1-mark.cave-ayland@ilande.co.uk>
[PMD: Add comment about .sync handler]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/input/adb-mouse.c