[Qemu-devel] $BIwB/5U1g6f3ZIt(B

2005-09-05 Thread info
[EMAIL PROTECTED]@-M_H/;6$r$*n!"7]G=?M!"([EMAIL PROTECTED](B $B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B $B"!%R%^$G$*6b;[EMAIL PROTECTED]@-M_$rK~$?$7$F$"$2$F$/[EMAIL PROTECTED](B $B"!C/$G$b4JC1!*L5NAEPO?!*(B $B"!%Q%=%3%s!&7HBSA45!pJs$N%;%-%e%j%F%#!http://80607.jp/dt/giaku/enjo

Re: [Qemu-devel] qemu/slirp slirp.c

2005-09-05 Thread Helmut Auer
Fabrice Bellard schrieb: CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 10:45:09 Modified files: slirp : slirp.c Log message: improved user net performances CVSWeb URLs: http://savannah

Re: [Qemu-devel] about qemu

2005-09-05 Thread André Braga
Well, as far as I can see, you're passing the RAW DEVICE NODE as the root partition instead of the numbered partition convention. Instead of passing root=/dev/hda, try something like root=/dev/hda1 I hope that helps. p.s.: Next time, please, take your time to read what you're doing before compla

Re: [Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4)

2005-09-05 Thread Martin Bochnig
Martin Bochnig wrote: > Ben Taylor wrote: > >> Assembler: apic.c >> "/var/tmp//ccO3Ifuk.s", line 165 : Illegal mnemonic >> "/var/tmp//ccO3Ifuk.s", line 165 : Syntax error >> gmake: *** [apic.o] Error 1 >> >> >> Ideas? > > > Just use "gnu-as" (often called "gas") instead of SUNW's "/usr/ccs/bin/a

Re: [Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4)

2005-09-05 Thread Martin Bochnig
Ben Taylor wrote: in qemu-0.7.2/hw/apic.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/export/src/qemu-05-18-05/test/qemu-0.7.2/target-i386 -I/export/src/qemu-05-18-05/test/qemu-0.7.2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/export/src/qemu-05-18-05/t

[Qemu-devel] What cpu frequency?

2005-09-05 Thread giovanni bracco
I run several istances of qemu at the same time to experiment with network software. I have observed that the information cpu MHz in /proc/cpuinfo seems to have randomly choosen values for each qemu instance, even if the host system remains the same without any change to its configuration. S

[Qemu-devel] [CFT][patch] qemu-ggi support

2005-09-05 Thread Bernhard Fischer
Hi, Attached patch adds support to qemu to display via GGI (www.ggi-project.org). GGI has several so called display-targets, i.e. you can render your application's output to one of X11 wsfb vgl vgagl vcsa svgalib quartz memory ipc glide fbdev directx etc. without the need to port the application

[Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4)

2005-09-05 Thread Ben Taylor
Testing the new qemu-0.7.2 on Solaris Express (11) using gcc-3.4.4. I'm getting a couple of weird errors I can't seem to get my hands around. in qemu-0.7.2/hw/apic.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/export/src/qemu-05-18-05/test/qemu-0.7.2/target-i386 -I/export

[Qemu-devel] Re: Really Works Good Pha rämace uticaI

2005-09-05 Thread Laxman Runkle
  CeVaMeAmUlXaLeViCiPr leliribitrnaviagalop brexumdiaenamxtraraisecia  $3 $3 $1 .75.33.21   http://www.scoutuniv.com ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Re: QEMU 0.7.2

2005-09-05 Thread Christian MICHON
> QEMU version 0.7.2 is now available. Just to report something I noticed on both 0.7.1/0.7.2 on winXP hosts: qemu-img doesn't convert into compressed images anymore. qemu-img-0.7.0 is still working fine. qemu-img.exe convert -c -f qcow hda -O qcow hdz gives: qemu-img: Compression not supported

Re: [Qemu-devel] Re: QEMU 0.7.2

2005-09-05 Thread Andreas Mohr
Hi, templated version to make mass complaints easier: DESCRIPTION="adds missing const/static to qemu structs" URL=http://lists.gnu.org/archive/html/qemu-devel/2005-08/msg00210.html NAME=Andreas I see it doesn't include my patch that $DESCRIPTION ($URL). Anything wrong with it? $NAME ;-) On M

[Qemu-devel] Re: QEMU 0.7.2

2005-09-05 Thread Christian Walther
QEMU version 0.7.2 is now available. I see it doesn't include my patch that fixes virtual console switching with SDL on Mac OS X (http://lists.gnu.org/archive/html/qemu-devel/2005-07/msg00309.html). Anything wrong with it? -Christian ___ Qemu-

Re: [Qemu-devel] ops sse.h:574: error: unable to find a register to spill in class âGENERAL REGSâ

2005-09-05 Thread Guillaume POIRIER
Hi, On 9/5/05, Hans Christian Studt <[EMAIL PROTECTED]> wrote: > Guillaume POIRIER wrote: > > >Hi, > > > >On 9/5/05, Hans Christian Studt <[EMAIL PROTECTED]> wrote: > > > >>I get the error below when trying to compile version 0.7.2 with kqemu. > >> > >>I need help to figure out what the problem m

Re: [Qemu-devel] ops sse.h:574: error: unable to find a register to spill in class âGENERAL REGSâ

2005-09-05 Thread Hetz Ben Hamo
Let me guess - you're using gcc 4? GCC 4 and QEMU don' play together very well. If you use GCC 4, then I suggest you should install the gcc-compat-devel (and gcc-compat) RPMS and compile it with the gcc 3.x compiler. Hetz On 9/5/05, Hans Christian Studt <[EMAIL PROTECTED]> wrote: > Guillaume POI

[Qemu-devel] about qemu

2005-09-05 Thread wfreshair
hii have read the pdf file:Embedded Linux kernel and driver developm Training lab book.pdf. at the page 7,when i boot kernel. " qemu -m 32 -kernel /lab/linux-2.6.11.11/arch/i386/boot/bzImage -append "clock=pit root=/dev/hda" -hda /lab/linux/lab1/data/linux_i386.img -boot c" i meet the information

[Qemu-devel] bug in pcnet patch?

2005-09-05 Thread Zhai, Edwin
hi, i have found that guest and host can't communicate with each other with pcnet patch, but ne2000 is okey. (http://dad-answers.com/qemu/patches/AMD-PCNET-II/qemu-pcnet.patch6.gz) reproduce steps -- use attached qemu-ifup and do a "ifconfig eth0 172.20.0.2 up" in guest after boot. the ping

Re: [Qemu-devel] ops sse.h:574 : error: unable to find a regi ster to spill in class âGENERAL REGSâ

2005-09-05 Thread Hans Christian Studt
Guillaume POIRIER wrote: >Hi, > >On 9/5/05, Hans Christian Studt <[EMAIL PROTECTED]> wrote: > >>I get the error below when trying to compile version 0.7.2 with kqemu. >> >>I need help to figure out what the problem may be. >> >>(/user2/tux1700-user/home/hcs/Download/Qemu/qemu-0.7.2) $./configure >

[Qemu-devel] ops sse.h:574: error: unable to find a register to spill in class âGENERAL REGSâ

2005-09-05 Thread Hans Christian Studt
I get the error below when trying to compile version 0.7.2 with kqemu. I need help to figure out what the problem may be. (/user2/tux1700-user/home/hcs/Download/Qemu/qemu-0.7.2) $./configure Install prefix/usr/local BIOS directory/usr/local/share/qemu binary directory /usr/local/bin Manu