Hi everyone,
1. ./configure --target-list=mipsel-softmmu
2. cd mipsel-softmmu
3. ../qemu-img create -f qcow hda.img 10G
5. ./qemu-system-mipsel -kernel
vmlinux-2.6.18-6-qemu -initrd initrd.gz -hda hda.img -append "root=/dev/ram
console=ttyS0" -nographic
But there is no serial put on console.
I try it on qemu 0.91 and it works.
I wonder whether the mipsel emulation of current svn version of qemu is
broken?
Thanks & Regards
yajin