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
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
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