From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1n4o-0005w7-Pe for qemu-devel@nongnu.org; Thu, 17 Feb 2005 09:56:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1n4e-0005rO-TG for qemu-devel@nongnu.org; Thu, 17 Feb 2005 09:56:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1n4d-0005oD-UH for qemu-devel@nongnu.org; Thu, 17 Feb 2005 09:56:11 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D1mfI-0008PD-KK for qemu-devel@nongnu.org; Thu, 17 Feb 2005 09:30:01 -0500 From: Paul Brook Subject: Re: [Qemu-devel] ARM questions.. Date: Thu, 17 Feb 2005 14:29:57 +0000 References: <200502161858.51131.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502171429.57965.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 On Thursday 17 February 2005 13:58, Carl Holtje ;021;vcsg6; wrote: > On Wed, 16 Feb 2005, Paul Brook wrote: > > The qemu arm emulation only supports linux user-mode emulation. > > This means it runs arm-linux binaries unmodified. In addition to the > > binary itself you will need any shared libraries it requires. > > My target hardware is ARM, and I'm interested in running x86 binaries. I'm > not sure I conveyed this in my original post -- does your reply still > apply (copy over libraries and go)? Oh, I see. I thought you meant the other way around. In that case qemu should[1] work the same as on any other host. ie. you can either use the user emulation as described above, or use the softmmu emulation to emulate a whole PC. Paul [1] I don't think arm hosts get as much testing as some others, so there may be more bugs than say x86 or ppc hosts.