[Qemu-devel] QEMU FreeBSD 6.1 npxdna: fpcurthread == curthread spewage

2006-06-21 Thread Zach Metzinger
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

Re: [Qemu-devel] QEMU FreeBSD 6.1 npxdna: fpcurthread == curthread spewage

2006-06-21 Thread Zach Metzinger
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

Re: [Qemu-devel] QEMU FreeBSD 6.1 npxdna: fpcurthread == curthread spewage

2006-06-23 Thread Zach Metzinger
, Fabrice. Zach Metzinger wrote: 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! ___ Qemu-devel mailing list Qemu-devel@nongnu.org http

[Qemu-devel] qemu/vl.c serial patch termios fix

2006-09-19 Thread Zach Metzinger
Hi- The serial routines do not set the proper termios flags for the serial port so that data can pass unmolested from the emulated environment to the host serial device. This simple patch fixes that. Tested on a FreeBSD 6.2 host with Windows XP as the emulated OS. --- Zach ---