Hi ,
I have patched the qemu to even build on i386. Now all the targets build,
but I cannot run all targets.
./i386-softmmu/qemu -L / /bin/ls
qemu: could not load PC BIOS 'bios.bin'
Does not work.
./i386-linux-user/qemu-i386 -L / /bin/ls
qemu: Unsupported syscall: 240
qemu: Unsupported syscall:
http://fmtyewtk.blogspot.com/2009/11/qemu-patch-for-386-on-x8664-ubuntu.html
In configure, remove this line :
+#-D_FILE_OFFSET_BITS=64
else
undefined reference to `fallocate64'
mike
Hi there,
I read that androids qemu supports a -trace command. Is there anyone
working on porting this to other platforms?
thanks,
mike