Re: [PATCH v3] escc: convert Sun mouse to use QemuInputHandler

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 22:55, Mark Cave-Ayland wrote: On 04/09/2024 12:19, Mark Cave-Ayland wrote: On 04/09/2024 11:53, Philippe Mathieu-Daudé wrote: On 4/9/24 12:23, Mark Cave-Ayland wrote: Update the Sun mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler()

Re: [PATCH v3] escc: convert Sun mouse to use QemuInputHandler

2024-09-06 Thread Mark Cave-Ayland
On 04/09/2024 12:19, Mark Cave-Ayland wrote: On 04/09/2024 11:53, Philippe Mathieu-Daudé wrote: On 4/9/24 12:23, Mark Cave-Ayland wrote: Update the Sun mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Note that this conversion adds e

Re: [PATCH v3] escc: convert Sun mouse to use QemuInputHandler

2024-09-04 Thread Mark Cave-Ayland
On 04/09/2024 11:53, Philippe Mathieu-Daudé wrote: On 4/9/24 12:23, Mark Cave-Ayland wrote: Update the Sun mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Note that this conversion adds extra sunmouse_* members to ESCCChannelState but

Re: [PATCH v3] escc: convert Sun mouse to use QemuInputHandler

2024-09-04 Thread Philippe Mathieu-Daudé
On 4/9/24 12:23, Mark Cave-Ayland wrote: Update the Sun mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Note that this conversion adds extra sunmouse_* members to ESCCChannelState but they are not added to the migration stream (similar

[PATCH v3] escc: convert Sun mouse to use QemuInputHandler

2024-09-04 Thread Mark Cave-Ayland
Update the Sun mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Note that this conversion adds extra sunmouse_* members to ESCCChannelState but they are not added to the migration stream (similar to the Sun keyboard members). If this were