Files
qemu/include/ui
Marc-André Lureau cddc99e81c ui/console-vc: move cursor blinking logic into VT100 layer
Maintain a list of QemuVT100 instances so the cursor timer can directly
iterate over them and call vt100_refresh(), instead of going through
qemu_invalidate_text_consoles() which iterated over all consoles
(including graphic ones) and called back into the generic display layer.

This removes the qemu_invalidate_text_consoles() function from
console.c, further decoupling VT100 text rendering from the console
core.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2026-04-22 12:49:26 +04:00
..
2025-05-24 16:33:18 +02:00
2025-07-15 10:22:33 +04:00
2024-01-30 21:20:20 +03:00
2026-03-06 17:27:40 +00:00