I’m installed qemu in my ubuntu 12.04, in both ways [through source and from the software center in ubuntu] it shows same error. It does not pop up the qemu window. when i’m given a dummy filesystem,kernel,initrd, it simply shows some “VNC SERVER listening 127.0.0.1” screen and hangs no more response. Please give me the installation steps and needful libraries to run simple qemu for x86.
Share
Try to include
SDLsupport to QEMU and add option-sdlto run it. VNC is by default probably means you don’t have SDL devel lib. Installlibsdl-devwith apt.