Re: [Qemu-devel] Disabling usb ?

2006-05-17 Thread Sylvain Petreolle
Hi Lonnie, I update qemu cvs daily (and more if found on qemu-devel ;) Complete command line is : qemu -no-acpi -cdrom /mnt/hdb/isos/frenzy_v03_release.iso and default frenzy boot (no acpi) qemu -cdrom /mnt/hdb/isos/frenzy_v03_release.iso and acpi frenzy boot I attached /tmp/hwinfo.html

Re: [Qemu-devel] objective benchmark?

2006-05-17 Thread Fabrice Bellard
Kazu wrote: Tuesday, May 16, 2006 8:48 PM Lonnie Mendez wrote: Kazu wrote: If you set /proc/sys/dev/rtc/max-user-freq to 1024 and disable cpuspeed service that is related to SpeedStep/PowerNow! on a host OS, the clock in guest OS works fine. I checked it on i686/x86_64 Linux host.

Re: [Qemu-devel] Disabling usb ?

2006-05-17 Thread Sylvain Petreolle
Hi Lonnie, Sorry, but I can't believe that is your full and unaltered command-line. For instance, this particular piece of hardware (the es1370) is only enabled if you pass -soundhw es1370 to qemu. If you're using a GUI launcher to start qemu then please consult with them about

[Qemu-devel] [PATCH] fix vl.c for OpenBSD part 2 of prototype fixes

2006-05-17 Thread Todd T. Fries
--- vl.c.orig Wed May 3 15:32:58 2006 +++ vl.cWed May 17 19:38:07 2006 @@ -43,7 +43,8 @@ #include netdb.h #ifdef _BSD #include sys/stat.h -#ifndef __APPLE__ +#include net/if.h +#if !defined(__APPLE__) !defined(__OpenBSD__) #include libutil.h #endif #else @@ -292,7 +293,7 @@

[Qemu-devel] BGR vs RGB, a patch with a more simple approach

2006-05-17 Thread Henrik Carlqvist
Hello again list! A few months ago I posted a patch to fix weird colors on the Hummingberd eXceed X server. My patch never got into CVS and now it seems as others have the same problem with Solaris. The approach in my patch is very simple: let SDL take care of the bit shifting. The patch is