On 06/17/2010 03:29 PM, Julian Pidancet wrote: > > Hi, > > Thanks for spotting these errors. Here is a respin of my patch to address you > concerns. > (The munmap call is included). > > Cheers, > > Julian >
Oh, I actually tested the last patch only with the -nographic switch. There's still a segfault when starting qemu with vnc. You can fix it by adding a call to dpy_resize(ds) after the dcl = NULL; line in fbdev_display_uninit(). For some reason, the display is extremely slow when using vnc and fbdev at the same time. Julian