From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19af5u-0007BQ-7b for qemu-devel@nongnu.org; Thu, 10 Jul 2003 13:20:34 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19aejP-0000ct-Pk for qemu-devel@nongnu.org; Thu, 10 Jul 2003 12:57:20 -0400 Received: from smtp6.wanadoo.fr ([193.252.22.28] helo=mwinf0304.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19aecC-0007ZD-5G for qemu-devel@nongnu.org; Thu, 10 Jul 2003 12:49:52 -0400 Received: from 4st060j (ANice-203-1-3-223.w80-14.abo.wanadoo.fr [80.14.122.223]) by mwinf0304.wanadoo.fr (SMTP Server) with SMTP id 516B0A80409C for ; Thu, 10 Jul 2003 18:49:50 +0200 (CEST) Message-ID: <004c01c34702$d8fef4c0$450000c0@4st060j> From: "Laurent Desnogues" References: <20030709183518.GA24671@nevyn.them.org> <3F0C71CD.30808@free.fr> Subject: Re: [Qemu-devel] ARM Date: Thu, 10 Jul 2003 18:45:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > Warning: no FPU emulation is done. I just added the necessary code to > skip the few FPU instructions present in the libc. If anyone has ideas > about FPU on ARM, I am interested When I wrote my ARM v5TE simulator, ARM ISA documentation only talked about the VFP unit which had no silicon implementation... It looks like there are multiple other FP units on ARM, kind of messy! So what specific implementation is required for QEMU? Laurent