Re: [Qemu-devel] objective benchmark?

2006-05-16 Thread Kazu
Tuesday, May 16, 2006 3:55 PM Christian MICHON wrote: how can we do the same if the host is winXP ? Today, on linux guests, 2.4.x kernel boot faster than 2.6.x kernel inside qemu (unless using clock=pit on 2.6.x). 2 days ago, when I tried to setup Solaris x86 10 guest inside winXP host, I gave

Re: [Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-16 Thread Kazu
/download/qemu-20060515-tap.patch WSAWaitForMultipleEvents needs WSAStartup. WaitForMultipleObjects can wait for network events. WaitForMultipleObjects is better. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060516-tap.patch Regards, Kazu ___ Qemu

Re: [Qemu-devel] objective benchmark?

2006-05-16 Thread Christian MICHON
On 5/16/06, Kazu [EMAIL PROTECTED] wrote: It is normal that 2.4 kernel boots faster than 2.6 kernel, isn't it? I don't know why Solaris x86 10 doesn't work. solaris works, it's just painfully slow. lots of time is wasted in ide-probing inside 2.6.x, because of the way time is measured in the

Re: [Qemu-devel] objective benchmark?

2006-05-16 Thread Ben Taylor
Kazu [EMAIL PROTECTED] wrote: Tuesday, May 16, 2006 3:55 PM Christian MICHON wrote: how can we do the same if the host is winXP ? Today, on linux guests, 2.4.x kernel boot faster than 2.6.x kernel inside qemu (unless using clock=pit on 2.6.x). 2 days ago, when I tried to setup

[Qemu-devel] How qemu resolve the code cache?

2006-05-16 Thread jie li
As I know that there is difference between accessing data segment and code segment under x86.Because there are cs and ds register to control this. If we do this: memcpy(datasegment,code segment,size),we will get wrong results. How can I copy some instructions from cs segment to ds segment.How qemu

Re: [Qemu-devel] qemu vnc.c vnchextile.h

2006-05-16 Thread Troy Benjegerdes
On Sun, May 14, 2006 at 06:11:50PM +, Fabrice Bellard wrote: CVSROOT: /sources/qemu Module name: qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/14 18:11:49 Modified files: . : vnc.c vnchextile.h Log message: support for

Re: [Qemu-devel] Found a bug in kqemu - OOo 2 on FC5 crashes if qkemu is loaded

2006-05-16 Thread André Braga
KQemu currently doesn't work well with SELinux. Please disable it temporarily and try again. On 5/16/06, John Morris [EMAIL PROTECTED] wrote: Been trying to blow up qemu and have succeeded a couple of times. Hardware is an Athlon64 3200+, via chipset, etc. Software is qemu 0.8.1 + kqemu

Re: [Qemu-devel] qemu vnc.c vnchextile.h

2006-05-16 Thread Troy Benjegerdes
Modified files: . : vnc.c vnchextile.h Log message: support for all VNC pixel formats Chicken of the vnc on MacOS X http://sourceforge.net/projects/cotvnc/ seems to have some issues with hextile encoding with a linux-x86-64 host system running qemu.

Re: [Qemu-devel] Re: qemu disk on vfat

2006-05-16 Thread Jim C. Brown
On Mon, May 08, 2006 at 08:36:15PM -0500, Anthony Liguori wrote: Jim C. Brown wrote: Aactually, the bug is in vfat not in qemu-img. Not really. POSIX doesn't mandate that ftruncate() increase a file size. This is a Linux-ism and is only valid for filesystems that support holes (which

[Qemu-devel] Disabling usb ?

2006-05-16 Thread Sylvain Petreolle
Im using qemu cvs. I tried to run Frenzy's livecd and it sees the USB peripherals, even when -usb isnt specified on the commandline. Since qemu's help says -usb enable the USB driver (will be the default soon), I wonder how I can really disable usb. Kind regards, Sylvain Petreolle (aka Usurp)

Re: [Qemu-devel] qemu vnc.c vnchextile.h

2006-05-16 Thread Troy Benjegerdes
Chicken of the vnc on MacOS X http://sourceforge.net/projects/cotvnc/ Can you provide a bit more info on what you mean by troubles? Regards, Anthony Liguori I found a wonderfull little tool called 'rfbproxy'. It, and saved sessions of the bogus behavior with chickenofthevnc are

Re: [Qemu-devel] Disabling usb ?

2006-05-16 Thread Lonnie Mendez
Lonnie Mendez wrote: Can you provide the complete command line used to launch qemu. Also what is the host system and what version of qemu are you using (is a port) ? Sorry about that. I meant how old is the code from your local checkout. Still need the command line though.

[Qemu-devel] Re: PATCH: Solaris/Sparc patch against yesterdays' BGR CVS update

2006-05-16 Thread Ben Pfaff
Ben Taylor [EMAIL PROTECTED] writes: Enclosed is the latest version of the qemu solaris/sparc patch, applied against yesterday's CVS (post BGR update). I'm happy to say that this patch makes qemu compile and work on Solaris quite nicely for me. I did have to invoke configure with

Re: [Qemu-devel] Re: PATCH: Solaris/Sparc patch against yesterdays' BGR CVS update

2006-05-16 Thread Ben Taylor
Ben Pfaff [EMAIL PROTECTED] wrote: Ben Taylor [EMAIL PROTECTED] writes: Enclosed is the latest version of the qemu solaris/sparc patch, applied against yesterday's CVS (post BGR update). I'm happy to say that this patch makes qemu compile and work on Solaris quite nicely for me.

[Qemu-devel] Re: PATCH: Solaris/Sparc patch against yesterdays' BGR CVS update

2006-05-16 Thread Ben Pfaff
Ben Taylor [EMAIL PROTECTED] writes: Ben Pfaff [EMAIL PROTECTED] wrote: Ben Taylor [EMAIL PROTECTED] writes: Enclosed is the latest version of the qemu solaris/sparc patch, applied against yesterday's CVS (post BGR update). I'm happy to say that this patch makes qemu compile and