From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUvmc-0008Mf-0l for qemu-devel@nongnu.org; Mon, 31 May 2004 19:01:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUvma-0008MH-4m for qemu-devel@nongnu.org; Mon, 31 May 2004 19:01:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUvma-0008M7-13 for qemu-devel@nongnu.org; Mon, 31 May 2004 19:01:28 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUvmG-00033q-AB for qemu-devel@nongnu.org; Mon, 31 May 2004 19:01:08 -0400 Received: from [192.168.0.7] (dsl-082-083-133-016.arcor-ip.net [82.83.133.16]) by dd2718.kasserver.com (Postfix) with ESMTP id 7FC838DC41 for ; Tue, 1 Jun 2004 00:59:27 +0200 (CEST) Message-ID: <40BBB933.5050906@fabianowski.de> Date: Tue, 01 Jun 2004 01:01:07 +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> <40B90DB2.3040508@fabianowski.de> <1085872155.93476.18.camel@pcgem.rdg.cyberkinetica.com> <20040530102509.0f234b19.markus.niemisto@gmx.net> <1085910613.94556.3.camel@pcgem.rdg.cyberkinetica.com> <40B9F2A3.5000707@fabianowski.de> <1085938065.347.1.camel@pcgem.rdg.cyberkinetica.com> <40BA2EA1.7020104@fabianowski.de> <1085947772.347.5.camel@pcgem.rdg.cyberkinetica.com> <40BA7E1A.5080005@fabianowski.de> <1085966664.347.8.camel@pcgem.rdg.cyberkinetica.com> <40BA8D68.3070204@fabianowski.de> <40BBB803.1090907@pobox.com> In-Reply-To: <40BBB803.1090907@pobox.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 > For what it's worth, I regularly see the same thing running Windows XP > in Virtual PC (Macintosh host). Not ideal, but somebody thinks it's good > enough for a shipping product... That somebody is Microsoft, though, so > take with a grain of salt. ;) I think I read somewhere in QEMU's documentation that the actual x86 uses a non-standard representation for floating point numbers that is neither faithfully represented by double nor by long double. So unless you are willing to sacrifice heaps of speed for perfect emulation, I guess we will have to live with that. - Bartosz