From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DVaj5-00057l-6Y for qemu-devel@nongnu.org; Tue, 10 May 2005 15:49:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVaiz-0004vm-3r for qemu-devel@nongnu.org; Tue, 10 May 2005 15:49:01 -0400 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DVaiY-0004zw-8Q for qemu-devel@nongnu.org; Tue, 10 May 2005 15:48:34 -0400 Received: from [84.102.211.87] (87.211.102-84.rev.gaoland.net [84.102.211.87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 156A133172 for ; Tue, 10 May 2005 21:42:06 +0200 (CEST) Message-ID: <42810F01.9040905@bellard.org> Date: Tue, 10 May 2005 21:44:01 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-system-sparc References: <074D2407034A464782506D07FFCC6E2E3D9B49@ccexchange-1> In-Reply-To: <074D2407034A464782506D07FFCC6E2E3D9B49@ccexchange-1> Content-Type: text/plain; charset=us-ascii; 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: qemu-devel@nongnu.org Tinnemeyer, Jorn wrote: > Hello, > > I wish to emulate a SPARC32 machine on my x86 running linux (2.6.8). > I currently have qemu 0.7.0 running and am able to use user SPARC > emulation for simple programs. I do not require extensive SPARC CPU > support (network, pci, etc..) mainly wish to have a limited OS > executing. Is the current status of qemu capable of accomplishing > this? I have tried the SPARC image available on the QEMU website > without success (it loads the kernel then stops at PROMLIB). Any > help or information would be most appreciated. Strange: on my PC sparc-test-0.2.tar.gz is working perfectly (both the qemu-nog and qemu-g scripts)... Do other people have the same problem ? Fabrice.