Re: [Qemu-devel] Qemu support on android

2011-03-06 Thread Dushyant Bansal

On Saturday 05 March 2011 04:30 PM, Mahesh Shivhare wrote:

Hi all,

Is there any way by which we can run qemu on android-x86 OS.does qemu needs any 
modification to run on android-x86
I'm trying to build QEMU with --static option but when m trying to run on 
android it's getting stuck with the message

VNC srver running on 127.0.0.1:'
   
It is working fine. You need a vnc viewer to connect to it. Try 
vncviewer 127.0.0.1:.


--
Dushyant



Re: [Qemu-devel] Qemu support on android

2011-03-06 Thread Andreas Färber

Hi,

Am 05.03.2011 um 12:00 schrieb Mahesh Shivhare:

I'm trying to build QEMU with --static option but when m trying to  
run on android it's getting stuck with the message


VNC srver running on 127.0.0.1:'


Check configure output. Maybe the SDL headers were not available when  
configuring? It then falls back to VNC.


Regards,
Andreas