From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3KZj-0001SP-I8 for qemu-devel@nongnu.org; Mon, 21 Feb 2005 15:54:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3KZT-0001L4-3h for qemu-devel@nongnu.org; Mon, 21 Feb 2005 15:54:23 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3KF7-0006cN-3O for qemu-devel@nongnu.org; Mon, 21 Feb 2005 15:33:21 -0500 Message-ID: <421A45D4.1090609@bellard.org> Date: Mon, 21 Feb 2005 21:34:28 +0100 From: Fabrice Bellard MIME-Version: 1.0 References: <200502201919.27396.paul@codesourcery.com> In-Reply-To: <200502201919.27396.paul@codesourcery.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Patch ping Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook wrote: > I posted a patch implementing arm vfp emulation over a week ago, and it seems > to have passed without comment: > > http://lists.gnu.org/archive/html/qemu-devel/2005-02/msg00131.html It seems that you like C macros :-) Can you suppress the operations to read or write FP registers ? You can add just a few ops to read or write to a constant offset in the CPU state. It seems that a generic IEEE library is needed in QEMU now because most CPUs need the same operations... Fabrice.