Home
last modified time | relevance | path

Searched defs:QEMUConsole (Results 1 – 2 of 2) sorted by relevance

/external/qemu/ui/
Dconsole.c150 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;
[all …]
/external/qemu/include/qemu/
Dtypedefs.h76 typedef struct QEMUConsole QEMUConsole; typedef