Hello,

your Qemu command line looks suspicious...

On Tue, Jan 23, 2018 at 05:01:36PM +0100, Subhadeep Sarkar wrote:
> spawn qemu-system-i386 -no-kvm 127.0.0.1:0 -serial mon:stdio -m 512 -cdrom 
> var/run/demo.iso 
> qemu-system-i386: -no-kvm: Unknown protocol '127.0.0.1' 

Shouldn't it read more like

  qemu-system-i386 -no-kvm -vnc 127.0.0.1:0 -serial mon:stdio -m 512 -cdrom 
var/run/demo.iso

or

  qemu-system-i386 -no-kvm -display vnc=127.0.0.1:0 -serial mon:stdio -m 512 
-cdrom var/run/demo.iso

?

Note, I have no experience with Qemu VNC support, just had a look at
"qemu-system-i386 --help".

Regards
-- 
Christian Helmuth
Genode Labs

https://www.genode-labs.com/ · https://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to