From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0OKN-0001MF-H1 for qemu-devel@nongnu.org; Tue, 11 Jul 2006 15:55:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0OKM-0001Lt-BE for qemu-devel@nongnu.org; Tue, 11 Jul 2006 15:55:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0OKM-0001Lq-45 for qemu-devel@nongnu.org; Tue, 11 Jul 2006 15:55:26 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G0OLj-00081n-Fz for qemu-devel@nongnu.org; Tue, 11 Jul 2006 15:56:51 -0400 From: Paul Brook Date: Tue, 11 Jul 2006 20:55:11 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607112055.13281.paul@codesourcery.com> Subject: [Qemu-devel] Re: [PATCH] Sparc64 user emulator support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Tuesday 11 July 2006 20:46, Blue Swirl wrote: > I got a statically linked trivial program (hello, world) execute on a x86 > host. More complex programs expose bugs in the Sparc64 emulation, even the > dynamic linker uses currently unimplemented VIS instructions. I'm fairly surprised user emulation works at all for 64-bit targets. I'm fairly sure that code isn't even remotely 64-bit safe. Paul