From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4x1d-0001z1-4q for qemu-devel@nongnu.org; Tue, 06 Mar 2012 11:14:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4x1a-00029R-LJ for qemu-devel@nongnu.org; Tue, 06 Mar 2012 11:14:08 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:40672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4x1a-000291-GM for qemu-devel@nongnu.org; Tue, 06 Mar 2012 11:14:06 -0500 Received: by iafj26 with SMTP id j26so7826558iaf.4 for ; Tue, 06 Mar 2012 08:14:04 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <6C6D562C-2B45-4187-9A4E-E55801BDA7F2@gmail.com> References: <6C6D562C-2B45-4187-9A4E-E55801BDA7F2@gmail.com> Date: Tue, 6 Mar 2012 16:14:04 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Configuring QEMU to translate x86 instructions to native ARM instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roger Cc: "qemu-devel@nongnu.org" On 6 March 2012 16:09, Roger wrote: > I will try the --cross-prefix option. =C2=A0I have a feeling this > will do it. =C2=A0I know that the prologue is being initialized with > the i386 target backend > I'll also try the --cpu option recommended by the previous poster. Yes, this should force the host CPU detection correctly, but really it ought to be able to autodetect it, at least in current versions of QEMU. This might possibly have been broken in 0.15, I suppose. -- PMM