From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCJyk-00009N-LA for qemu-devel@nongnu.org; Fri, 27 Jun 2008 15:51:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCJyj-00008m-LT for qemu-devel@nongnu.org; Fri, 27 Jun 2008 15:51:29 -0400 Received: from [199.232.76.173] (port=42600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCJyj-00008i-Dp for qemu-devel@nongnu.org; Fri, 27 Jun 2008 15:51:29 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:52674) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KCJyj-0002Yj-Fo for qemu-devel@nongnu.org; Fri, 27 Jun 2008 15:51:29 -0400 Message-ID: <486544A5.4060508@weilnetz.de> Date: Fri, 27 Jun 2008 21:51:01 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel][BUG] MIPS statements ei, di no longer work (regression) References: <4863D564.70507@weilnetz.de> <20080627100431.GD15737@networkno.de> In-Reply-To: <20080627100431.GD15737@networkno.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thiemo Seufer Cc: QEMU Developers Thiemo Seufer schrieb: > Stefan Weil wrote: > >> Hi, >> >> booting a linux kernel with mips malta no longer works. >> Both big and little endian mips r2 stop at assembly code di. >> >> A simple test program shows the same kind of error for >> di and ei. Both statements result in this output: >> >> $ ./mipsel-softmmu/qemu-system-mipsel -M malta -kernel /tmp/test-le -d >> in_asm >> /home/stefan/src/qemu-trunk/trunk/tcg/tcg.c:1726: tcg fatal error >> Abgebrochen (= aborted) >> >> The regression was introduced somewhere after Qemu r4753. >> > > Should be fixed now, thanks for the report. > > > Thiemo ei, di is fixed by your latest changes, thanks. Now "ext v0,a1,0x7,0x3" is the next kernel code which stops Qemu with a tcg fatal error. Stefan