From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fu7YV-0003bl-7w for qemu-devel@nongnu.org; Sat, 24 Jun 2006 08:48:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fu7YS-0003Z4-If for qemu-devel@nongnu.org; Sat, 24 Jun 2006 08:48:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fu7YS-0003Z1-ET for qemu-devel@nongnu.org; Sat, 24 Jun 2006 08:48:04 -0400 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fu7js-00085K-Ma for qemu-devel@nongnu.org; Sat, 24 Jun 2006 08:59:52 -0400 Received: from [84.102.211.206] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J1D005CT6WJ72Z0@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Sat, 24 Jun 2006 14:33:55 +0200 (CEST) Date: Sat, 24 Jun 2006 14:33:42 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] QEMU FreeBSD 6.1 "npxdna: fpcurthread == curthread" spewage In-reply-to: <41e41e7a0606231611t703e3efcg643623e0f70ba76c@mail.gmail.com> Message-id: <449D3126.3000008@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <22d160bb0606211247k72f98f68pc54a409342092441@mail.gmail.com> <4499B213.8030304@bellard.org> <22d160bb0606211932p1f1a2cf8t26f1bbf1b97cbc6f@mail.gmail.com> <449C555D.7020001@bellard.org> <41e41e7a0606231611t703e3efcg643623e0f70ba76c@mail.gmail.com> 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 Hetz Ben Hamo wrote: >> I put online kqemu version 1.3.0pre9 which should solve the issue. Maybe >> it helps for the Windows XP hosts too ? > > > Changelog please? It is always included in the kqemu archive. Here it is: version 1.3.0pre9: - Fixed host CR0.TS computation (aka FreeBSD "npxdna: fpcurthread == curthread" error message). version 1.3.0pre8: - API change for MODULE_PARM macro in 2.6.x kernels. Fabrice.