From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ndwod-0008Tj-Ik for qemu-devel@nongnu.org; Sat, 06 Feb 2010 21:24:03 -0500 Received: from [199.232.76.173] (port=57423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ndwoc-0008Tb-8z for qemu-devel@nongnu.org; Sat, 06 Feb 2010 21:24:02 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ndwob-0002VJ-GL for qemu-devel@nongnu.org; Sat, 06 Feb 2010 21:24:02 -0500 Received: from mail-fx0-f209.google.com ([209.85.220.209]:48324) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ndwob-0002V1-5D for qemu-devel@nongnu.org; Sat, 06 Feb 2010 21:24:01 -0500 Received: by fxm1 with SMTP id 1so5587460fxm.4 for ; Sat, 06 Feb 2010 18:24:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20100206162605.GF11050@volta.aurel32.net> References: <20100206162605.GF11050@volta.aurel32.net> Date: Sun, 7 Feb 2010 03:23:59 +0100 Message-ID: Subject: Re: [Qemu-devel] MIPS(EL) broken on i386 Linux host? From: Dirk Ullrich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Hi Aurelien, 2010/2/6 Aurelien Jarno : > On Thu, Feb 04, 2010 at 08:40:23AM +0100, Dirk Ullrich wrote: >> Hi, >> >> I have a problem running a MIPS(EL) guest on a i386 linux host >> (actually, on Debian testing with a 2.6.32 kernel) when using the >> current Git master code for QEMU (compiled at the same Debian host). >> The MIPS(EL) guests I have tried are those provided >> http://people.debian.org/~aurel32/qemu/mips (both etch and lenny) and >> http://people.debian.org/~aurel32/qemu/mipsel (lenny only). QEMU >> crashs during booting after kernel initialization is completed. This >> crash depends on the very combination described above: I have no >> problems either >> (1) Running the same guest systems on the same host system with a >> 0.11.x QEMU (0.12.2. fails too); or >> (2) Run guests on the same hodst with the same QEMU version with other >> architectures than MIPS(EL) (actually I've tried i386, ARM(EL), >> POWERPC and SPARC); or >> (3) Run MIPS(EL) guests with the same QEMU on a AMD64 host. >> > > I confirm the breakage, I have just pushed a patch to both HEAD and > stable-0.12 branch. It will be included in the 0.12.3 release. > > -- > Aurelien Jarno =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0GPG: 10= 24D/F1BCDB73 > aurelien@aurel32.net =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://www.aurel32.n= et > I've just built QEMU from Git master - and the bug is really gone -- even a MIPS(EL) guest on a AMD64 host yet works ;-) Thank you very much, Aurelien! Dirk