From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FtEzx-00082t-3f for qemu-devel@nongnu.org; Wed, 21 Jun 2006 22:32:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FtEzu-00081u-Vs for qemu-devel@nongnu.org; Wed, 21 Jun 2006 22:32:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FtEzu-00081r-TG for qemu-devel@nongnu.org; Wed, 21 Jun 2006 22:32:46 -0400 Received: from [66.249.92.172] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FtFAn-0000m0-98 for qemu-devel@nongnu.org; Wed, 21 Jun 2006 22:44:01 -0400 Received: by ug-out-1314.google.com with SMTP id j40so234852ugd for ; Wed, 21 Jun 2006 19:32:45 -0700 (PDT) Message-ID: <22d160bb0606211932p1f1a2cf8t26f1bbf1b97cbc6f@mail.gmail.com> Date: Wed, 21 Jun 2006 21:32:45 -0500 From: "Zach Metzinger" Subject: Re: [Qemu-devel] QEMU FreeBSD 6.1 "npxdna: fpcurthread == curthread" spewage In-Reply-To: <4499B213.8030304@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <22d160bb0606211247k72f98f68pc54a409342092441@mail.gmail.com> <4499B213.8030304@bellard.org> 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 Let me know if you need any testing. I have both 6.1-RELEASE and 5.3-RELEASE machines on which to test. Thanks, and this is a truly great bit of software! --- Zach On 6/21/06, Fabrice Bellard wrote: > There is a bug in the FPU virtualization in kqemu which is only visible > in the kernel virtualization case. I am trying a fix. > > Fabrice. > > Zach Metzinger wrote: > > Hi- > > > > I'm using qemu-0.8.1 under FreeBSD 6.1-RELEASE from ports with > > kqemu-1.3.0pre7 (also from ports). The guest OS is Windows XP SP2. > > When I use the -kernel-kqemu flag to qemu, I get the following kernel > > console messages: > > > > Jun 21 14:04:57 jitter kernel: npxdna: fpcurthread == curthread 5173 times > > Jun 21 14:04:57 jitter kernel: npxdna: fpcurthread == curthread 5174 times > > <...> > > > > This happens quite a bit (5-10 a second) when using any block device. > > I assume this is because kernel I/O calls are being virtualized and > > are the cause of this. > > > > When I do not use -kernel-kqemu, I do not get these messages. In both > > cases, Windows appears to work fine. > > > > This thread: > > http://tinyurl.com/mbm5l > > appears to have some information on why this happens. Has a patch been > > released to fix this bug? > > > > --- Zach > > > > > > _______________________________________________ > > Qemu-devel mailing list > > Qemu-devel@nongnu.org > > http://lists.nongnu.org/mailman/listinfo/qemu-devel > > > > > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >