Re: [Qemu-devel] [PATCH] sdl: improve error message on fatal error

2010-03-17 Thread Anthony Liguori
On 03/08/2010 06:07 AM, Bjørn Mork wrote: The SDL_SetVideoMode() error condition is easily triggered by a user by simply configure a guest with a host unsupported display resolution and attempting to enable fullscreen. Since the error is fatal, adding a bit of debugging help can't harm. Sample

Re: [Qemu-devel] [PATCH] sdl: improve error message on fatal error

2010-03-08 Thread Stefan Weil
Bjørn Mork schrieb: > The SDL_SetVideoMode() error condition is easily triggered by a user by > simply configure a guest with a host unsupported display resolution > and attempting to enable fullscreen. Since the error is fatal, adding > a bit of debugging help can't harm. > > Sample output with th

[Qemu-devel] [PATCH] sdl: improve error message on fatal error

2010-03-08 Thread Bjørn Mork
The SDL_SetVideoMode() error condition is easily triggered by a user by simply configure a guest with a host unsupported display resolution and attempting to enable fullscreen. Since the error is fatal, adding a bit of debugging help can't harm. Sample output with this change: (qemu) Could not