On Mon, Nov 04, 2024 at 10:46:45PM +, Mark Cave-Ayland wrote:
> On 04/11/2024 10:04, Daniel P. Berrangé wrote:
>
> > On Fri, Nov 01, 2024 at 08:11:05PM +, Mark Cave-Ayland wrote:
> > > Convert the next-kbd device from the legacy UI
> > > qemu_add_kbd_event_handler()
> > > function to use
On Mon, Nov 04, 2024 at 10:51:53PM +, Mark Cave-Ayland wrote:
> On 04/11/2024 11:44, Daniel P. Berrangé wrote:
>
> > On Mon, Nov 04, 2024 at 10:04:49AM +, Daniel P. Berrangé wrote:
> > > On Fri, Nov 01, 2024 at 08:11:05PM +, Mark Cave-Ayland wrote:
> > > > Convert the next-kbd device f
On 04/11/2024 11:44, Daniel P. Berrangé wrote:
On Mon, Nov 04, 2024 at 10:04:49AM +, Daniel P. Berrangé wrote:
On Fri, Nov 01, 2024 at 08:11:05PM +, Mark Cave-Ayland wrote:
Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler()
function to use qemu_input_handler_re
On 04/11/2024 10:04, Daniel P. Berrangé wrote:
On Fri, Nov 01, 2024 at 08:11:05PM +, Mark Cave-Ayland wrote:
Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler()
function to use qemu_input_handler_register().
Signed-off-by: Mark Cave-Ayland
---
hw/m68k/next-kbd.c
Am Mon, 4 Nov 2024 10:04:49 +
schrieb Daniel P. Berrangé :
> On Fri, Nov 01, 2024 at 08:11:05PM +, Mark Cave-Ayland wrote:
> > Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler()
> > function to use qemu_input_handler_register().
> >
> > Signed-off-by: Mark Cave-Ay
On Mon, Nov 04, 2024 at 10:04:49AM +, Daniel P. Berrangé wrote:
> On Fri, Nov 01, 2024 at 08:11:05PM +, Mark Cave-Ayland wrote:
> > Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler()
> > function to use qemu_input_handler_register().
> >
> > Signed-off-by: Mark Cav
On Fri, Nov 01, 2024 at 08:11:05PM +, Mark Cave-Ayland wrote:
> Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler()
> function to use qemu_input_handler_register().
>
> Signed-off-by: Mark Cave-Ayland
> ---
> hw/m68k/next-kbd.c | 166 ++
Am Fri, 1 Nov 2024 20:11:05 +
schrieb Mark Cave-Ayland :
> Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler()
> function to use qemu_input_handler_register().
>
> Signed-off-by: Mark Cave-Ayland
> ---
> hw/m68k/next-kbd.c | 166 ++---
Convert the next-kbd device from the legacy UI qemu_add_kbd_event_handler()
function to use qemu_input_handler_register().
Signed-off-by: Mark Cave-Ayland
---
hw/m68k/next-kbd.c | 166 ++---
1 file changed, 111 insertions(+), 55 deletions(-)
diff --git a/