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
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
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-
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.
__
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
> >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
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
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
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
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
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
> > 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
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.
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:
>
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
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
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
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
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
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
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-
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
>
22 matches
Mail list logo