From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oj6tR-0003b5-4A for qemu-devel@nongnu.org; Wed, 11 Aug 2010 04:42:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oj6tQ-0007uz-21 for qemu-devel@nongnu.org; Wed, 11 Aug 2010 04:42:37 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:49926) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oj6tP-0007uj-Lk for qemu-devel@nongnu.org; Wed, 11 Aug 2010 04:42:36 -0400 Message-ID: <4C626277.803@mail.berlios.de> Date: Wed, 11 Aug 2010 10:42:31 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Running the user emulation References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------040306070405080007000008" List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: C K Kashyap Cc: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------040306070405080007000008 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Am 11.08.2010 10:31, schrieb C K Kashyap: > Hi, > I've built qemu on my mac osx using this config - > ./configure --prefix=/Users/ckk/local/ --target-list="i386-softmmu > x86_64-softmmu" --enable-linux-user > > Now, I have a simple a.out built on linux - how can I run it using > qemu on my mac box? > > -- > Regards, > Kashyap Hi Kashyap, you cannot run it in user mode emulation unless you replace Mac OS by Linux on your mac box. Linux user emulations requires a Linux host. If you have a Linux host, you would need --target-list=i386-linux-user. You can run your a.out if you run system emulation (e.g. i386-softmmu/qemu) and install Linux there, of course. Regards, Stefan --------------040306070405080007000008 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Am 11.08.2010 10:31, schrieb C K Kashyap:
Hi,
I've built qemu on my mac osx using this config -
./configure --prefix=/Users/ckk/local/ --target-list="i386-softmmu x86_64-softmmu" --enable-linux-user

Now, I have a simple a.out built on linux - how can I run it using qemu on my mac box?

--
Regards,
Kashyap

Hi Kashyap,

you cannot run it in user mode emulation unless you replace Mac OS by Linux
on your mac box. Linux user emulations requires a Linux host.

If you have a Linux host, you would need --target-list=i386-linux-user.

You can run your a.out if you run system emulation (e.g. i386-softmmu/qemu)
and install Linux there, of course.

Regards,
Stefan
--------------040306070405080007000008--