Re: [Qemu-devel] QEMU version 0.8.0

2005-12-20 Thread Adrian Smarzewski
Fabrice Bellard wrote: QEMU version 0.8.0 is out ! You can get it from: great, thanks for your and all of the contributors work. -- Regards, Adrian Smarzewski ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] [PATCH] support for Mac OS X default compiler

2005-12-20 Thread Daniel Egger
On 19.12.2005, at 23:35, Fabrice Bellard wrote: Does -fno-tree-ch works on PC ? Yes. However using it might introduce a performance hit. Servus, Daniel PGP.sig Description: This is a digitally signed message part ___ Qemu-devel mailing

Re: [Qemu-devel] Mac OS X issues

2005-12-20 Thread Mike Kronenberg
Built and tested! It works great now, thanks alot. New OS X Builds are up. Mike On 19.12.2005, at 19:21, Joachim Henke wrote: ...just to end this thread (c: The problem is fixed in todays CVS. Compling QEMU with GCC 3.3 on Mac OS X now works again: Running FreeDOS and Doom timedemo don't

Re: [Qemu-devel] QEMU version 0.8.0

2005-12-20 Thread Johannes Schindelin
Hi, On Tue, 20 Dec 2005, Martin Bochnig wrote: I'll include a version of /usr/local/bin/qemu specially compiled for WinNT-3.1 guests (cpu identification). Is that Win-3.1 or NT-3.5 or NT-4.0? Is there a patch? Ciao, Dscho ___ Qemu-devel mailing

Re: [Qemu-devel] [PATCH] support for Mac OS X default compiler

2005-12-20 Thread Johannes Schindelin
Hi, On Tue, 20 Dec 2005, Daniel Egger wrote: On 19.12.2005, at 23:35, Fabrice Bellard wrote: Does -fno-tree-ch works on PC ? Yes. However using it might introduce a performance hit. Why not just test for Darwin *and* for GCC 4, and be done with it? Ciao, Dscho

Re: [Qemu-devel] QEMU version 0.8.0

2005-12-20 Thread Jernej Simončič
On Tuesday, December 20, 2005, 11:35:54, Johannes Schindelin wrote: I'll include a version of /usr/local/bin/qemu specially compiled for WinNT-3.1 guests (cpu identification). Is that Win-3.1 or NT-3.5 or NT-4.0? Is there a patch? That looks like Windows NT 3.1 to me. -- Jernej Simončič

[Qemu-devel] Argos: qemu-based honeypot

2005-12-20 Thread Herbert Bos
All, I am happy to announce the first release of Argos: a full system emulator (based on Qemu) that detects attempts to compromise the system. It is meant to be used in a honeypot and offers full-system protection, i.e., it protects the kernel and all applications running on top. Argos is

Re: [Qemu-devel] [patch] Poor user-net performance.

2005-12-20 Thread Juergen Lock
On Sun, Dec 18, 2005 at 11:28:27PM +, Paul Brook wrote: Dan mentioned he was seeing very poor network performance when using user-net. It turns out this is because packets were getting dropped (the NIC buffers were full), and the slirp code doesn't throttle properly when this occurs.

[Qemu-devel] Build for an arm host

2005-12-20 Thread [EMAIL PROTECTED]
Hi to all, I'm intrested to try a compile the source FOR an ARM HOST but I need some hints to start... I never found any howto...but maybe my research are only unlucky ... Can someone help me? Thanks Qtek 9090 Wm 2003se ___ Qemu-devel mailing list

[Qemu-devel] User net not aviaiable

2005-12-20 Thread Darrin Ritter
Hi I am using the 0.8.0 version of qemu, previously I was able to get the user net to work with qemu hd.img -user-net with the 0.8.0 version I have been trying to start qemu with qemu-system-x86_64 /home/dv/qemu/hd.img -net user how ever the user network isnt working I think that I am using the

Re: [Qemu-devel] User net not aviaiable

2005-12-20 Thread Paul Brook
On Wednesday 21 December 2005 01:52, Darrin Ritter wrote: Hi I am using the 0.8.0 version of qemu, previously I was able to get the user net to work with qemu hd.img -user-net with the 0.8.0 version I have been trying to start qemu with qemu-system-x86_64 /home/dv/qemu/hd.img -net user how