From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF7es-0007zp-07 for qemu-devel@nongnu.org; Wed, 27 Apr 2011 12:32:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QF7er-0003ve-0o for qemu-devel@nongnu.org; Wed, 27 Apr 2011 12:32:09 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:37314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF7eq-0003vT-Un for qemu-devel@nongnu.org; Wed, 27 Apr 2011 12:32:08 -0400 Received: by vxb41 with SMTP id 41so1676371vxb.4 for ; Wed, 27 Apr 2011 09:32:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 27 Apr 2011 12:32:08 -0400 Message-ID: From: Super Bisquit Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] Question on qemu build environment. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org qemu-system-sparc -monitor stdio -vnc :0 With any system emulation, it is the same: high cpu use, no graphical output, segmentation fault. On 4/26/11, Super Bisquit wrote: > Those are the current settings. I can run ./configure or vi the file to add > the sparc cpu value. I've installed extra sdl bindings/parts.addons from > ports. > > > I've enabled gnutls and pcap. Bsd user doesn't work currently for sparc64. > I had sent the files earlier. These contain patches from nox (Juergen Lock) > made a patch which helped the port to build. > I've added WITH_DEBUG=yes to the /etc/make.conf. Something tells me now > that > it may be out of context. Probably should be a cflag. > > On Tue, Apr 26, 2011 at 2:11 PM, Blue Swirl wrote: > >> On Tue, Apr 26, 2011 at 4:23 PM, Super Bisquit >> wrote: >> > I have noticed that qemu does not fully function on FreeBSD sparc64. >> > Besides nox@freebsd.org and myself, has anyone tried building and >> > running qemu under FreeBSD sparc64? >> >> I think you are the first to report. On OpenBSD/Sparc64 I could run >> qemu-system-sparc with the test image and get a command prompt (it >> seems to be broken now), but i386 emulator (or Sparc64 TCG target) has >> problems with unaligned accesses. >> >