From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MD3WV-0006Ad-HT for qemu-devel@nongnu.org; Sat, 06 Jun 2009 17:33:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MD3WR-00064F-3Z for qemu-devel@nongnu.org; Sat, 06 Jun 2009 17:33:55 -0400 Received: from [199.232.76.173] (port=57251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MD3WQ-000646-VB for qemu-devel@nongnu.org; Sat, 06 Jun 2009 17:33:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:17570) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MD3WQ-00039M-MR for qemu-devel@nongnu.org; Sat, 06 Jun 2009 17:33:50 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MD3WP-0006CP-L3 for qemu-devel@nongnu.org; Sat, 06 Jun 2009 17:33:50 -0400 From: Paul Brook Subject: Re: [Qemu-devel] User mode linux for Mac OS X with qemu Date: Sat, 6 Jun 2009 22:33:42 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906062233.43397.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Ivan Levashew > How to build a linux emulator? You can't. Linux usermode emulation only works on linux hosts. Doing cross emulation is in theory possible, however in practice it gets extremely messy for anything other than the trivial case and it's unclear whether it's worth the effort, or whether qemu is the appropriate place to do this (c.f. WINE). You can of course run linux inside the system emulator. Paul