From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAMWy-0002CO-00 for qemu-devel@nongnu.org; Fri, 16 Aug 2013 12:05:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAMWq-0001jm-Fq for qemu-devel@nongnu.org; Fri, 16 Aug 2013 12:05:39 -0400 Received: from mail-oa0-f48.google.com ([209.85.219.48]:52965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAMWq-0001jY-Bj for qemu-devel@nongnu.org; Fri, 16 Aug 2013 12:05:32 -0400 Received: by mail-oa0-f48.google.com with SMTP id o17so2443857oag.7 for ; Fri, 16 Aug 2013 09:05:31 -0700 (PDT) Date: Fri, 16 Aug 2013 11:05:17 -0500 From: Rob Landley References: <1376557029.19085.YahooMailNeo@web172603.mail.ir2.yahoo.com> <20130815120910.GA32223@stefanha-thinkpad.redhat.com> <1376572924.75296.YahooMailNeo@web172603.mail.ir2.yahoo.com> <1376574399.92764.YahooMailNeo@web172601.mail.ir2.yahoo.com> <1376575279.89844.YahooMailNeo@web172604.mail.ir2.yahoo.com> In-Reply-To: <1376575279.89844.YahooMailNeo@web172604.mail.ir2.yahoo.com> (from dacian_herbei@yahoo.fr on Thu Aug 15 09:01:19 2013) Message-Id: <1376669117.2737.45@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] minimal linux distribution for qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Herbei Dacian Cc: Peter Maydell , QEmu Devel On 08/15/2013 09:01:19 AM, Herbei Dacian wrote: >=20 > yes but which binary do I use to call to run an emulated arm image? >=20 > is there an actual binary that can emulate an existing arm board, =20 > anyboard? > qemu? > if not which is the emulator that works with arm? > If not where is the project that I can tweak to build such a binary. The arm versatilepb emulation can accept a range of processors (I've =20 tried armv4, armv4t, armv5, armv6, and armv7), provides a PCI bus with =20 a virtual hard drive controller and network card, and can accept 256 =20 megs of ram. (In theory it can accept more but I have to get the =20 discontiguous memory stuff to work, haven't done that yet.) That's the one I used in Aboriginal Linux arm images. Rob=