From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lbstx-0007SN-62 for qemu-devel@nongnu.org; Tue, 24 Feb 2009 03:44:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lbstw-0007SB-PW for qemu-devel@nongnu.org; Tue, 24 Feb 2009 03:44:28 -0500 Received: from [199.232.76.173] (port=43908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lbstw-0007S8-M5 for qemu-devel@nongnu.org; Tue, 24 Feb 2009 03:44:28 -0500 Received: from mail.nomovok.com ([83.150.122.238]:47758) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lbstw-0000oK-B2 for qemu-devel@nongnu.org; Tue, 24 Feb 2009 03:44:28 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.nomovok.com (Postfix) with ESMTP id 2ABC21110C3 for ; Tue, 24 Feb 2009 10:44:26 +0200 (EET) Received: from mail.nomovok.com ([127.0.0.1]) by localhost (mail.nomovok.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id drkFAbXJLDlR for ; Tue, 24 Feb 2009 10:44:20 +0200 (EET) Received: from [192.168.0.41] (a91-153-190-54.elisa-laajakaista.fi [91.153.190.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nomovok.com (Postfix) with ESMTPSA id 1F8591110D0 for ; Tue, 24 Feb 2009 10:44:20 +0200 (EET) Message-ID: <49A3B366.5070603@nomovok.com> Date: Tue, 24 Feb 2009 10:44:22 +0200 From: Pablo Virolainen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix qemu_ld64 on arm References: <49A3A9EA.4040300@nomovok.com> <761ea48b0902240027k45a6b687o3d1367957a849d00@mail.gmail.com> In-Reply-To: <761ea48b0902240027k45a6b687o3d1367957a849d00@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Laurent Desnogues kirjoitti: > On Tue, Feb 24, 2009 at 9:03 AM, Pablo Virolainen > wrote: >> Emulating fldl on arm doesn't seem to work too well. It's the way qemu_ld64 >> is translated to arm instructions. >> >> tcg_out_ld32_12(s, COND_AL, data_reg, addr_reg, 0); >> tcg_out_ld32_12(s, COND_AL, data_reg2, addr_reg, 4); > > It seems you are using an old version of qemu. Taking a quick > look at current svn, I think your patch is not needed anymore. So I should get the source from other source than svn co svn://svn.savannah.nongnu.org/qemu/trunk ? Pablo