From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nd3Dv-0003wX-7P for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:02:27 -0500 Received: from [199.232.76.173] (port=49557 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd3Du-0003wJ-So for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:02:26 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nd3Dt-0006sB-Ul for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:02:26 -0500 Received: from mx20.gnu.org ([199.232.41.8]:6602) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nd3Dt-0006s3-OQ for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:02:25 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcwKB-00058d-KY for qemu-devel@nongnu.org; Thu, 04 Feb 2010 02:40:27 -0500 Received: by fg-out-1718.google.com with SMTP id 19so90865fgg.10 for ; Wed, 03 Feb 2010 23:40:23 -0800 (PST) MIME-Version: 1.0 Date: Thu, 4 Feb 2010 08:40:23 +0100 Message-ID: From: Dirk Ullrich Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] MIPS(EL) broken on i386 Linux host? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. Dirk