Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-24 Thread Sunil Amitkumar Janki
Thomas Orgis wrote: Am Fri, 23 Mar 2007 15:45:49 + schrieb Paul Brook [EMAIL PROTECTED]: I do not understand enough of QEMU yet, but I have checked out CVS and am reading through its source. When I understand more I hope we can fix this long-standing annoyance. This is GCC

Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-24 Thread Julian Seward
As far as X86 is concerned i386/i486/i586 are very different from later generation processors. I am wondering whether another host and target architecture could be created called i686 that makes use of something like MMX or other registers in Intel Pentium II/III/4 and AMD Athlon to negate

[Qemu-devel] Sparc user broken

2007-03-24 Thread Blue Swirl
Hi, Programs in the Sparc test suite do not work currently, some even crash. Running cvs-bisect revealed that the following change has broken Sparc32 user emulation. Index: Makefile.target === RCS file:

[Qemu-devel] Problem with x86_64 bit linux guest (2.6.18), opensuse

2007-03-24 Thread Werner Dittmann
All, some time ago I reported problems with Qemu and the installation of openSUSE 10.1 or 10.2 64bit systems. Today I did a CVS download and compiled Qemu again, using a gcc 3.3.6 compiler. To simplify it I configured it as follows: ./configure --prefix=/usr/local --cc=/opt/gcc33/bin/gcc-3.3 \

[Qemu-devel] please review smc91c111 network bug fix

2007-03-24 Thread Wang Cheng Yeh
address mapping error and cause arm versatile unstable. Index: hw/smc91c111.c === RCS file: /sources/qemu/qemu/hw/smc91c111.c,v retrieving revision 1.5 diff -u -r1.5 smc91c111.c --- hw/smc91c111.c 21 Dec 2006 17:23:49 -

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-24 Thread Anthony Liguori
Axel Zeuner wrote: Hi, Hi Axel, By adding some GCC4 fixes on top of your patch, I was able to get qemu for i386 (on i386) to compile and run. So far, I've only tested a win2k guest. The big problem (which pbrook helped me with) was GCC4 freaking out over some stq's. Splitting up the

[Qemu-devel] sparc-softmmu debian netinst fails

2007-03-24 Thread Lonnie Mendez
Hi. A few months ago I was able to successfully install from a debian sparc netinst iso. This doesn't seem to be possible now as the install hangs right after the Detecting Hardware dialogue (after asking for hostname and domain). The screen will change from the usual blue background/light

Re: [Qemu-devel] sparc-softmmu debian netinst fails

2007-03-24 Thread Aurelien Jarno
On Sat, Mar 24, 2007 at 03:37:32PM -0500, Lonnie Mendez wrote: Hi. A few months ago I was able to successfully install from a debian sparc netinst iso. This doesn't seem to be possible now as the install hangs right after the Detecting Hardware dialogue (after asking for hostname and

Re: [Qemu-devel] sparc-softmmu debian netinst fails

2007-03-24 Thread Lonnie Mendez
Going back and testing previous netinst isos: debian-31r1a-sparc-netinst - OK debian-31r2-sparc-netinst - OK debian-31r3-sparc-netinst - OK (sunlance load failed - forced to choose no network card to continue) debian-31r4-sparc-netinst - X (sunlance load failed) debian-31r5-sparc-netinst - X

Re: [Qemu-devel] Problem with x86_64 bit linux guest (2.6.18), opensuse

2007-03-24 Thread Werner Dittmann
An additionl to my previous post: I tried to install openSUSE X86_64 with -no-kqemu. This time it went ok until the step that installs grub to prpare the disk for first boot. AFAIK this problem was also reported some time ago. Is there any way I can help here, for example creating dumps, traces

Re: [Qemu-devel] sparc-softmmu debian netinst fails

2007-03-24 Thread Aurelien Jarno
Lonnie Mendez a écrit : Going back and testing previous netinst isos: debian-31r1a-sparc-netinst - OK debian-31r2-sparc-netinst - OK debian-31r3-sparc-netinst - OK (sunlance load failed - forced to choose no network card to continue) debian-31r4-sparc-netinst - X (sunlance load failed)

[Qemu-devel] qemu/target-mips translate_init.c

2007-03-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/03/24 23:36:18 Modified files: target-mips: translate_init.c Log message: One more bit of mips CPU configuration, and support for early 4KEc which implemented only MIPS32R1.

Re: [Qemu-devel] [Bug] [Patch] MIPS code fails at branch instruction

2007-03-24 Thread Thiemo Seufer
Stefan Weil wrote: Hi, here is the patch which adds a 4KEcR1 CPU (a 4KEc, processor revision 2.2, with MIPS32 Release 1 (!) instruction set is the heart of the AR7 SoC). See also include/asm-mips/cpu.h in the Linux kernel sources: ./include/asm-mips/cpu.h:#define PRID_IMP_4KEC

Re: [Qemu-devel] [Bug] [Patch] MIPS code fails at branch instruction

2007-03-24 Thread Aurelien Jarno
Thiemo Seufer a écrit : Stefan Weil wrote: Hi, here is the patch which adds a 4KEcR1 CPU (a 4KEc, processor revision 2.2, with MIPS32 Release 1 (!) instruction set is the heart of the AR7 SoC). See also include/asm-mips/cpu.h in the Linux kernel sources: ./include/asm-mips/cpu.h:#define