From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lp6Zw-0007Ai-0w for qemu-devel@nongnu.org; Wed, 01 Apr 2009 15:58:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lp6Zv-0007AJ-DQ for qemu-devel@nongnu.org; Wed, 01 Apr 2009 15:58:27 -0400 Received: from [199.232.76.173] (port=48895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lp6Zv-0007AG-9S for qemu-devel@nongnu.org; Wed, 01 Apr 2009 15:58:27 -0400 Received: from yx-out-1718.google.com ([74.125.44.157]:4274) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lp6Zu-0002g2-Q3 for qemu-devel@nongnu.org; Wed, 01 Apr 2009 15:58:27 -0400 Received: by yx-out-1718.google.com with SMTP id 34so127926yxf.82 for ; Wed, 01 Apr 2009 12:58:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <5c3e8b1b0903282143i47583269pbbd2c50df2449dcc@mail.gmail.com> <5c3e8b1b0903312204v7473a523i3c33bcb676f19ee4@mail.gmail.com> Date: Wed, 1 Apr 2009 12:58:26 -0700 Message-ID: <5c3e8b1b0904011258g389eaf6cvc7c38791f99fd25e@mail.gmail.com> Subject: Re: [Qemu-devel] qemu working openbsd/sparc64 yet? From: Vivek Ayer Content-Type: text/plain; charset=ISO-8859-1 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 Wait...I'm confused. The i386 emulation builds ok? I tried building with all emulation options and it wouldn't build. Suppose I went with your options: ./configure --target-list="sparc-softmmu sparc64-softmmu sparc64-bsd-user This would allow me to emulate which guests exactly? You got Linux to run, but that's Sparc/Linux and MATLAB wouldn't install on that. Because the MATLAB license can only install on Linux (i386), Linux (x86-64), OSX (Intel), Solaris 64, and Windows . So the QEMU install would be limited to emulating openbsd/sparc64, linux/sparc64, linux/sparc, and solaris/opensolaris. Considering the install options, I'm just limited to using Solaris 64, right? Which would I could only run solaris/opensolaris on openbsd/sparc64 to install matlab, right? Just want to make sure, Vivek On Wed, Apr 1, 2009 at 11:42 AM, Blue Swirl wrote: > On 4/1/09, Vivek Ayer wrote: >> what were your configure options? I'm getting an error using gmake at >> i386-softmmu. I'm checking out the svn code to see if that's better. >> If you can send me the build that you got working that'd be great. I >> just need Linux on OpenBSD/sparc64 so I can go ahead and use MATLAB >> and Mathematica. > > I guess those are x86 versions. The i386 emulator does not work on > Sparc because unaligned accesses are not handled yet by the code > generator. But it should build all right. > > I just use something like > ./configure --target-list="sparc-softmmu sparc64-softmmu sparc64-bsd-user" > and I get shell prompt with the sparc-test Linux setup on sparc-softmmu. > > >