Re: [Qemu-devel] [PATCH] creen dump not supported when no console
"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
Re: [Qemu-devel] [PATCH] creen dump not supported when no console
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