"Cao,Bing Bu" writes:
> I have tested the issue use "-vga none -nographic" option.
> QEMU segment faults.
>
> But i think there is no any text and graphic console created in this case.
> The console[0] is NULL.
>
> The vga_hw_screen_dump() should return before console_select().
> What do you thin
On 11/20/2011 10:31 AM, Cao,Bing Bu wrote:
+} else {
+ fprintf(stderr,"no any console,could not screen dump \n");
+ return;
This should be error_printf.
Paolo
I have tested the issue use "-vga none -nographic" option.
QEMU segment faults.
But i think there is no any text and graphic console created in this case.
The console[0] is NULL.
The vga_hw_screen_dump() should return before console_select().
What do you think?
---
console.c |3 +++
1 file