From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUCGc-00006A-LO for qemu-devel@nongnu.org; Sat, 29 May 2004 18:25:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUCGZ-00005k-74 for qemu-devel@nongnu.org; Sat, 29 May 2004 18:25:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUCGZ-00005h-4u for qemu-devel@nongnu.org; Sat, 29 May 2004 18:25:23 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUCG1-00042F-MX for qemu-devel@nongnu.org; Sat, 29 May 2004 18:24:49 -0400 Received: from [192.168.0.7] (dsl-082-083-133-246.arcor-ip.net [82.83.133.246]) by dd2718.kasserver.com (Postfix) with ESMTP id 66DCC2BFE6 for ; Sun, 30 May 2004 00:23:13 +0200 (CEST) Message-ID: <40B90DB2.3040508@fabianowski.de> Date: Sun, 30 May 2004 00:24:50 +0200 From: Bartosz Fabianowski MIME-Version: 1.0 Subject: Re: [Qemu-devel] Running QEMU on FreeBSD References: <1085865953.93476.3.camel@pcgem.rdg.cyberkinetica.com> <40B902F5.30809@fabianowski.de> <1085867455.93476.10.camel@pcgem.rdg.cyberkinetica.com> <40B90776.60406@fabianowski.de> <1085868567.93476.13.camel@pcgem.rdg.cyberkinetica.com> In-Reply-To: <1085868567.93476.13.camel@pcgem.rdg.cyberkinetica.com> Content-Type: text/plain; charset=us-ascii; 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 > I pulled in some code from Linux for the missing long double > functions... So in theory, the binary I have does have long double > support ;) Nice one. As far as I can tell from various mailing lists and bug reports, somebody is working on adding the long double rounding functions to FreeBSD's libc. Of course, they won't be able to use code from Linux due to licensing issues. So until that work is finished, maybe you could submit your patches so somebody could commit it to QEMU? I'd love to have long doubles in QEMU and don't want to duplicate your work. Regards, - Bartosz Fabianowski