From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNUfd-0003kU-Jo for qemu-devel@nongnu.org; Thu, 15 Jan 2009 11:02:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNUfc-0003hX-Bp for qemu-devel@nongnu.org; Thu, 15 Jan 2009 11:02:12 -0500 Received: from [199.232.76.173] (port=45892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNUfc-0003hG-6x for qemu-devel@nongnu.org; Thu, 15 Jan 2009 11:02:12 -0500 Received: from ti-out-0910.google.com ([209.85.142.189]:12555) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNUfb-0005pW-6x for qemu-devel@nongnu.org; Thu, 15 Jan 2009 11:02:11 -0500 Received: by ti-out-0910.google.com with SMTP id y6so809516tia.18 for ; Thu, 15 Jan 2009 08:02:07 -0800 (PST) Date: Fri, 16 Jan 2009 00:02:03 +0800 From: "yajin" Message-ID: <200901160001567182376@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====003_Dragon046512327244_=====" Subject: [Qemu-devel] MIPSEL emulation is broken in svn Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel This is a multi-part message in MIME format. --=====003_Dragon046512327244_===== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi everyone, I check out the current qemu code in svn(version 6311 ) and compiled it using gcc 3.4 in ubuntu 8.04 for mipsel emulation. I follow the steps in http://www.aurel32.net/info/debian_mips_qemu.php. 1. ./configure --target-list=mipsel-softmmu 2. cd mipsel-softmmu 3. ../qemu-img create -f qcow hda.img 10G 4. $ wget http://ftp.de.debian.org/debian/dists/etch/main/installer-mipsel/current/images/qemu/netboot/vmlinux-2.6.18-6-qemu $ wget http://ftp.de.debian.org/debian/dists/etch/main/installer-mipsel/current/images/qemu/netboot/initrd.gz 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 http://vm-kernel.org --=====003_Dragon046512327244_===== Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
Hi everyone,
 
I check out the current qemu code in svn(version 6311 )  and compiled it using gcc 3.4 in ubuntu 8.04 for mipsel emulation. I follow the steps in http://www.aurel32.net/info/debian_mips_qemu.php.
 
1. ./configure --target-list=mipsel-softmmu
2. cd mipsel-softmmu
3. ../qemu-img create -f qcow hda.img 10G
4. $ wget http://ftp.de.debian.org/debian/dists/etch/main/installer-mipsel/current/images/qemu/netboot/vmlinux-2.6.18-6-qemu
    $ wget http://ftp.de.debian.org/debian/dists/etch/main/installer-mipsel/current/images/qemu/netboot/initrd.gz
 
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
 
 
 
--=====003_Dragon046512327244_=====--