[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 mak

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 nic

[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 "--extra-

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. __

Re: [Qemu-devel] Disabling usb ?

2006-05-16 Thread Lonnie Mendez
Sylvain Petreolle wrote: 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. I tried this

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 chicken

[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 Anthony Liguori
Troy Benjegerdes wrote: 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

[Qemu-devel] configure script doesn't use $LDFLAGS in probing

2006-05-16 Thread Ben Pfaff
The configure script doesn't include $LDFLAGS (or the argument passed to --extra-ldflags=) in the probes it makes for libraries. Thus, if extra arguments are needed to link properly, then checks for, e.g., libSDL will fail even though they might succeed later when the real link step runs. -- "The

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 (w

[Qemu-devel] vncplay (GUI performance analysis with VNC)

2006-05-16 Thread Troy Benjegerdes
I was looking for a vnc prototocl analyzer and came across this: http://suif.stanford.edu/vncplay/freenix05-html/ Abstract: This paper presents VNCplay, a cross-platform tool for measuring interactive performance of GUI-based systems. VNCplay records a user's interactive session with a system an

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 ru

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 1.3.

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: >

[Qemu-devel] PATCH: floppy controller missing in acpi tables

2006-05-16 Thread Ben Taylor
This patch was created by Juergen Kiel, so to be clear I did not make this patch. I did however, test it, with the current CVS code, and this patch to the ACPI tables does allow a floppy drive to be seen by a Solaris 10/X86 guest. Prior to this time, changes in Solaris 10 do not correctly enumera

[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] 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

Re: [Qemu-devel] objective benchmark?

2006-05-16 Thread Lonnie Mendez
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. Mind saying how you checked this? I'm on a pentium-III mobile processor

Re: [Qemu-devel] w98se slow with kqemu, apparently some systems only

2006-05-16 Thread Dan Sandberg
Mikhail Ramendik wrote: Hello, There seems to be an issue with guest Windows 98 SE on qemu 0.8.1 and kqemu 1.3.0pre7, on a Linux host. Windows 98 SE is visibly very slow; and when qemu is run with -no-kqemu, it is actually faster. I have this issue on two different systems: - Intel Celer

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] [PATCH] VLAN and Tap for win32

2006-05-16 Thread Kazu
w.h7.dion.ne.jp/~qemu-win/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-

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 >