From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCAp7-0000Ib-Ud for qemu-devel@nongnu.org; Fri, 27 Jun 2008 06:04:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCAp1-0000IE-0Z for qemu-devel@nongnu.org; Fri, 27 Jun 2008 06:04:56 -0400 Received: from [199.232.76.173] (port=42592 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCAp0-0000IB-Ql for qemu-devel@nongnu.org; Fri, 27 Jun 2008 06:04:50 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:45529) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KCAoz-000586-RA for qemu-devel@nongnu.org; Fri, 27 Jun 2008 06:04:50 -0400 Date: Fri, 27 Jun 2008 11:04:31 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel][BUG] MIPS statements ei, di no longer work (regression) Message-ID: <20080627100431.GD15737@networkno.de> References: <4863D564.70507@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4863D564.70507@weilnetz.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers 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