Re: [Qemu-devel] Asking about IDE to develop Qemu

2006-06-23 Thread Christian MICHON
On 6/22/06, Tieu Ma Dau [EMAIL PROTECTED] wrote: Hi all, I'm working a project which develops Qemu running on MinGW/MSys but I don't know which IDE I should use to develop, to test, to debug Qemu source code: http://www.eclipse.org: generic IDE in java http://www.eclipse.org/cdt: what will

[Qemu-devel] usb-linux compiling failure

2006-06-23 Thread [EMAIL PROTECTED]
Hello all, there's a problem compiling usb-linux.c on SuSE 10.1 with the standard kernel headers (kernel 2.6.16.13-4-default from uname -r). I'm using gcc 3.4.6 and the problem is an include file is missing in usb-linux.c The missing h-file is linux/compiler.h. That inclusion needs to be

Re: [Qemu-devel] Asking about IDE to develop Qemu

2006-06-23 Thread Tieu Ma Dau
Hi all,I made a new project using Eclipse (and CDT) on Windows based on Qemu 0.8.1 source code. But I had the problem "config-host.h: no such file or directory" in vl.h:#ifdef QEMU_TOOL/* we use QEMU_TOOL in the command line tools which do not depend on the target CPU type */ #include

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

2006-06-23 Thread Fabrice Bellard
I put online kqemu version 1.3.0pre9 which should solve the issue. Maybe it helps for the Windows XP hosts too ? Regards, 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

[Qemu-devel] qemu/target-sparc translate.c

2006-06-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/23 21:01:56 Modified files: target-sparc : translate.c Log message: Sparc64 BPr branch target fix (Blue Swirl) CVSWeb URLs:

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

2006-06-23 Thread WaxDragon
At first test, it does fix -kernel-kqemu with XP hosts. yay! On 6/23/06, Fabrice Bellard [EMAIL PROTECTED] wrote: I put online kqemu version 1.3.0pre9 which should solve the issue. Maybe it helps for the Windows XP hosts too ? Regards, Fabrice. Zach Metzinger wrote: Let me know if you need

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

2006-06-23 Thread Hetz Ben Hamo
Hi, On 6/23/06, Fabrice Bellard [EMAIL PROTECTED] 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? Thanks, Hetz ___ Qemu-devel mailing list

[Qemu-devel] My QEMU Dream System Some ideas

2006-06-23 Thread jonathan . kalbfeld
First the ideas: 1/ Add a byte counter to savevm and loadvm to write to the console how big the image is, maybe adding an optional zlib to compress it on disk. 2/ Add checkpointing at regular intervals, saving only the deltas using something like xdelta to compare savevm outputs. 3/ Add a

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

2006-06-23 Thread Zach Metzinger
No more kernel messages on FreeBSD. I'll send a note to the port maintainer to have it updated. Thanks! --- Zach On 6/23/06, Fabrice Bellard [EMAIL PROTECTED] wrote: I put online kqemu version 1.3.0pre9 which should solve the issue. Maybe it helps for the Windows XP hosts too ? Regards,