Files
qemu/hw
Marc-André Lureau c6e94d24fb ui/console: return completion status from gfx_update callback
Replace the two-field design (gfx_update void callback + gfx_update_async
flag) with a single bool return value from gfx_update. Returning true
means the update completed synchronously and graphic_hw_update_done()
should be called by the console layer. Returning false means the update
is deferred and the device will call graphic_hw_update_done() itself
later (as done by QXL/SPICE and Apple GFX).

This simplifies the interface and makes the async contract explicit at
each call site rather than relying on a separate struct field.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2026-04-28 18:53:58 +04:00
..
2026-04-23 12:14:46 -03:00
2026-04-24 21:27:14 +02:00
2026-03-08 23:08:41 +01:00
2026-02-27 14:22:07 +01:00
2026-04-23 12:14:46 -03:00
2026-03-08 23:08:41 +01:00
2026-04-21 18:28:42 +02:00