Searched defs:QEMUConsole (Results 1 – 2 of 2) sorted by relevance
150 struct QEMUConsole { struct151 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;[all …]
76 typedef struct QEMUConsole QEMUConsole; typedef