Re: [Qemu-devel] [BUG] [PATCH] qemu vl.c vl.h

2007-06-11 Thread Stefan Weil
One more correction - I hope this is the last one. Stefan Stefan Weil schrieb: > I'm sorry for sending a wrong patch. Here is a corrected version. > Thank you, Thiemo, for your hint. > > Stefan > > Stefan Weil schrieb: >> Removing dumb_display_init introduced a bug for -nographic mode. >> QEMU cr

Re: [Qemu-devel] [BUG] [PATCH] qemu vl.c vl.h

2007-06-11 Thread Stefan Weil
I'm sorry for sending a wrong patch. Here is a corrected version. Thank you, Thiemo, for your hint. Stefan Stefan Weil schrieb: > Removing dumb_display_init introduced a bug for -nographic mode. > QEMU crashs when dpy_update (or dpy_resize) is called, because > the corresponding function pointers

[Qemu-devel] [BUG] [PATCH] qemu vl.c vl.h

2007-06-11 Thread Stefan Weil
Removing dumb_display_init introduced a bug for -nographic mode. QEMU crashs when dpy_update (or dpy_resize) is called, because the corresponding function pointers are zero. The patch adds dumb_display_init again (and declares it static because it is only used locally in vl.c). Stefan Thiemo Se