Revision 95219897 vl.c
b/vl.c | ||
---|---|---|
137 | 137 |
#endif |
138 | 138 |
int graphic_depth = 15; |
139 | 139 |
int full_screen = 0; |
140 |
TextConsole *vga_console; |
|
141 | 140 |
CharDriverState *serial_hds[MAX_SERIAL_PORTS]; |
142 | 141 |
CharDriverState *parallel_hds[MAX_PARALLEL_PORTS]; |
143 | 142 |
#ifdef TARGET_I386 |
... | ... | |
2994 | 2993 |
|
2995 | 2994 |
static void dumb_refresh(DisplayState *ds) |
2996 | 2995 |
{ |
2997 |
vga_update_display();
|
|
2996 |
vga_hw_update();
|
|
2998 | 2997 |
} |
2999 | 2998 |
|
3000 | 2999 |
void dumb_display_init(DisplayState *ds) |
... | ... | |
5123 | 5122 |
#endif |
5124 | 5123 |
} |
5125 | 5124 |
|
5126 |
vga_console = graphic_console_init(ds); |
|
5127 |
|
|
5128 | 5125 |
monitor_hd = qemu_chr_open(monitor_device); |
5129 | 5126 |
if (!monitor_hd) { |
5130 | 5127 |
fprintf(stderr, "qemu: could not open monitor device '%s'\n", monitor_device); |
Also available in: Unified diff