Re: [PATCH 25/67] ui/console: allocate ui_timer in QemuConsole

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:37:59PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Although at this point only QemuGraphicConsole have hw_ops that > implements ui_info() callback, it makes sense to keep the code in the > base QemuConsole, to simplify conditions for the cal

[PATCH 25/67] ui/console: allocate ui_timer in QemuConsole

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau Although at this point only QemuGraphicConsole have hw_ops that implements ui_info() callback, it makes sense to keep the code in the base QemuConsole, to simplify conditions for the caller. As of now, the code didn't reach a NULL timer because dpy_set_ui_info() checks if