Lines Matching defs:QEMUConsole
150 struct QEMUConsole { struct
151 console_type_t console_type;
152 DisplayState *ds;
154 vga_hw_update_ptr hw_update;
155 vga_hw_invalidate_ptr hw_invalidate;
156 vga_hw_screen_dump_ptr hw_screen_dump;
157 vga_hw_text_update_ptr hw_text_update;
158 void *hw;
160 int g_width, g_height;
161 int width;
162 int height;
163 int total_height;
164 int backscroll_height;
165 int x, y;
166 int x_saved, y_saved;
167 int y_displayed;
168 int y_base;
192 static QEMUConsole *active_console; argument