From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ecsys-0005ls-HJ for qemu-devel@nongnu.org; Thu, 17 Nov 2005 18:15:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ecsyq-0005la-Qr for qemu-devel@nongnu.org; Thu, 17 Nov 2005 18:15:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ecsyq-0005lX-Nu for qemu-devel@nongnu.org; Thu, 17 Nov 2005 18:15:48 -0500 Received: from [128.114.48.10] (helo=services.cse.ucsc.edu) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Ecsyq-0008CC-Go for qemu-devel@nongnu.org; Thu, 17 Nov 2005 18:15:48 -0500 Received: from [128.114.58.219] (dhcp-58-219.cse.ucsc.edu [128.114.58.219]) (authenticated bits=0) by services.cse.ucsc.edu (8.13.1/8.13.1) with ESMTP id jAHNFj0o004838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 17 Nov 2005 15:15:45 -0800 (PST) Message-ID: <437D0F1F.2030201@soe.ucsc.edu> Date: Thu, 17 Nov 2005 15:15:43 -0800 From: Brett Gyarfas MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] SPARC64 Emulation 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 Hello, I'm pretty new in working with QEMU. I have a project to try and get openSolaris to boot under qemu using the sun4u architecture. I am having some problems getting the qemu emulator to even intitally try to run my image. I started by building the 'qemu-system-sparc64' binary by using... ./configure -target-list="sparc64-softmmu" after that I tried to run qemu-system-sparc64 test.raw -boot d and I get the error message: "qemu: could not load prom '/usr/local/share/qemu/proll-sparc64.bin'". I did notice that there is a proll.elf file though in the directory above. Any ideas as to where the pro ll-sparc64.bin file might be hiding? Any help is apperciated. Thanks, Brett Gyarfas