From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0f9m-0007XI-LJ for qemu-devel@nongnu.org; Mon, 26 May 2008 12:02:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0f9k-0007Vp-Td for qemu-devel@nongnu.org; Mon, 26 May 2008 12:02:42 -0400 Received: from [199.232.76.173] (port=55825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0f9j-0007Vh-SJ for qemu-devel@nongnu.org; Mon, 26 May 2008 12:02:40 -0400 Received: from rv-out-0708.google.com ([209.85.198.243]:20827) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0f9h-00064p-GG for qemu-devel@nongnu.org; Mon, 26 May 2008 12:02:39 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1846765rvb.22 for ; Mon, 26 May 2008 09:00:58 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 19:00:58 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] Status of sun4u emulation? In-Reply-To: <20080526154349.GA19767@vimes.madsworld.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080526154349.GA19767@vimes.madsworld.lan> 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 On 5/26/08, Markus Dahms wrote: > Hi, > > I'm curious about the status of the Sparc64/Sun4U emulation. I tried > to execute a little hello world program without success (output below). > The program runs fine on real hardware, the same little thing built for > sparc32 does what expected with qemu-sparc. The error (0x37) is privileged action, this should not happen with normal executables. I'd be happy to debug the binary if you sent it to me. > I'm also wondering why sparc64-softmmu is not build by default (not in > TARGET_DIRS). Well, there are bugs in the emulation as you have noticed. Moreover a full 64-bit user environment is not very common on Sparc so nobody has been very interested in it except me. > Another sparc-related question: is there a way to press Stop-A in > system emulation mode? I even have a Stop key using a Sun Type 6 USB > keyboard on my PC, but that doesn't seem to be enough... No, though that's in TODO. The problem IIRC is that the X11 keys are translated to PC values before getting translated to Type 4 codes.