From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZBuK-0005oA-Ue for qemu-devel@nongnu.org; Fri, 29 Aug 2008 17:53:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZBuI-0005lo-6W for qemu-devel@nongnu.org; Fri, 29 Aug 2008 17:53:27 -0400 Received: from [199.232.76.173] (port=34346 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZBuI-0005lP-0I for qemu-devel@nongnu.org; Fri, 29 Aug 2008 17:53:26 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:37193) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KZBuH-0004a1-JR for qemu-devel@nongnu.org; Fri, 29 Aug 2008 17:53:25 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Looking for an SH4 QEMU-ready kernel (for TCG conversion) Date: Fri, 29 Aug 2008 22:53:21 +0100 References: <20080828211732.GA8869@volta.aurel32.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808292253.22150.paul@codesourcery.com> 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 Cc: Andreas =?windows-1252?q?F=E4rber?= > Would patches to make linux-user compile on other platforms make sense > or is it locked to the platform it emulates? Linux usermode emulation assumes a linux host. In theory it's possible to make it work elsewhere, but it's quite a lot of work, and you may end up having to reimplement a fair chunk of the linux kernel. Paul