Re: [Qemu-devel] [PATCH] console: fix -vga none -sdl crash

2014-06-03 Thread BALATON Zoltan
On Mon, 2 Jun 2014, Gerd Hoffmann wrote: Call get_alloc_displaystate() for proper initialization instead of allocating with g_new(). Signed-off-by: Gerd Hoffmann Tested-by: BALATON Zoltan --- ui/console.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/console.c

[Qemu-devel] [PATCH] console: fix -vga none -sdl crash

2014-06-02 Thread Gerd Hoffmann
Call get_alloc_displaystate() for proper initialization instead of allocating with g_new(). Signed-off-by: Gerd Hoffmann --- ui/console.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/console.c b/ui/console.c index 3bc18cf..2467ce4 100644 --- a/ui/console.c +++ b/ui/