From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lp80K-0007b9-K8 for qemu-devel@nongnu.org; Wed, 01 Apr 2009 17:29:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lp80J-0007aV-7a for qemu-devel@nongnu.org; Wed, 01 Apr 2009 17:29:47 -0400 Received: from [199.232.76.173] (port=56808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lp80J-0007aS-1u for qemu-devel@nongnu.org; Wed, 01 Apr 2009 17:29:47 -0400 Received: from yx-out-1718.google.com ([74.125.44.157]:23761) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lp80I-0008Sl-Me for qemu-devel@nongnu.org; Wed, 01 Apr 2009 17:29:46 -0400 Received: by yx-out-1718.google.com with SMTP id 34so155238yxf.82 for ; Wed, 01 Apr 2009 14:29:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5c3e8b1b0904011258g389eaf6cvc7c38791f99fd25e@mail.gmail.com> References: <5c3e8b1b0903282143i47583269pbbd2c50df2449dcc@mail.gmail.com> <5c3e8b1b0903312204v7473a523i3c33bcb676f19ee4@mail.gmail.com> <5c3e8b1b0904011258g389eaf6cvc7c38791f99fd25e@mail.gmail.com> Date: Wed, 1 Apr 2009 14:29:46 -0700 Message-ID: <5c3e8b1b0904011429h5bdf3c3ei949da7d1505b623c@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: quoted-printable 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, does openbsd/sparc64 build x86_64 fine? That would be better than sparc and sparc64. Vivek On Wed, Apr 1, 2009 at 12:58 PM, Vivek Ayer wrote: > 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=3D"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 >>> =A0i386-softmmu. I'm checking out the svn code to see if that's better. >>> =A0If you can send me the build that you got working that'd be great. I >>> =A0just need Linux on OpenBSD/sparc64 so I can go ahead and use MATLAB >>> =A0and 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=3D"sparc-softmmu sparc64-softmmu sparc64-bsd-u= ser" >> and I get shell prompt with the sparc-test Linux setup on sparc-softmmu. >> >> >> >