Re: [PATCH] adb-mouse: convert to use QemuInputHandler

2024-09-07 Thread Mark Cave-Ayland
On 07/09/2024 06:40, Philippe Mathieu-Daudé wrote: Hi Mark, On 4/9/24 12:40, Mark Cave-Ayland wrote: Update the ADB mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Signed-off-by: Mark Cave-Ayland ---   hw/input/adb-mouse.c | 56

Re: [PATCH] adb-mouse: convert to use QemuInputHandler

2024-09-06 Thread Philippe Mathieu-Daudé
Hi Mark, On 4/9/24 12:40, Mark Cave-Ayland wrote: Update the ADB mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Signed-off-by: Mark Cave-Ayland --- hw/input/adb-mouse.c | 56 1 file cha

[PATCH] adb-mouse: convert to use QemuInputHandler

2024-09-04 Thread Mark Cave-Ayland
Update the ADB mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Signed-off-by: Mark Cave-Ayland --- hw/input/adb-mouse.c | 56 1 file changed, 46 insertions(+), 10 deletions(-) diff --git a/h