Searched refs:active_console (Results 1 – 1 of 1) sorted by relevance
192 static QEMUConsole *active_console; variable207 if (active_console && active_console->hw_update) in vga_hw_update()208 active_console->hw_update(active_console->hw); in vga_hw_update()213 if (active_console && active_console->hw_invalidate) in vga_hw_invalidate()214 active_console->hw_invalidate(active_console->hw); in vga_hw_invalidate()221 previous_active_console = active_console; in vga_hw_screen_dump()222 active_console = consoles[0]; in vga_hw_screen_dump()227 active_console = previous_active_console; in vga_hw_screen_dump()232 if (active_console && active_console->hw_text_update) in vga_hw_text_update()233 active_console->hw_text_update(active_console->hw, chardata); in vga_hw_text_update()[all …]