Re: [Qemu-devel] [PATCH 0/4] Intel Mac OS X Host support

2008-02-02 Thread Alexander Graf
Hi Mike, Sorry for top posting, but I left my macbook at work, so I'm stuck with my mobile that does not know how to do inline replies. As stated in the patchset, it brings osx en pair with Linux hosts. This means if Linux gcc4 support is broken, osx gcc4 support is broken as well.

Re: [Qemu-devel] [PATCH 0/4] Intel Mac OS X Host support

2008-02-02 Thread Alexander Graf
Hi Mike, Sorry for top posting, but I left my macbook at work, so I'm stuck with my mobile that does not know how to do inline replies. As stated in the patchset, it brings osx en pair with Linux hosts. This means if Linux gcc4 support is broken, osx gcc4 support is broken as well.

[Qemu-devel] [qemu 0.9.1] broken build system

2008-02-02 Thread solsTiCe d'Hiver
hi. i am trying to compile qemu 0.9.1 on archlinux 64 (x86_64) when i try to compile it with : ./configure --prefix=/usr --enable-alsa --host-cc=gcc-3.4 --target-list=i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu arm-softmmu mips-softmmu avoiding all the *-user target as specified in

Re: [Qemu-devel] [qemu 0.9.1] broken build system

2008-02-02 Thread C.W. Betts
Don't set host-cc. It can be gcc4. The current qemu configure script will look for an alternate version of GCC if the gcc program is version 4. It should find your gcc 3.4 executable. - Original Message - From: solsTiCe d'Hiver [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent:

[Qemu-devel] qemu Makefile.target qemu-doc.texi hw/pci.c hw/...

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 02:20:19 Modified files: . : Makefile.target qemu-doc.texi hw : pci.c pci.h Added files: hw : e1000.c e1000_hw.h Log message:

[Qemu-devel] qemu/target-i386 cpu.h helper.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 02:42:37 Modified files: target-i386: cpu.h helper.c Log message: Make SVM env-cr[8] a valid register (patch from TeLeMan). CVSWeb URLs:

Re: [Qemu-devel] [PATCH]SVM CR8 undefined bug fix

2008-02-02 Thread andrzej zaborowski
On 17/01/2008, Alexander Graf [EMAIL PROTECTED] wrote: TeLeMan wrote: env-cr[8] used by SVM codes was not defined. As far as I remember cr8 is the very same as the TPR, so we only need to implement one and map the other to the value we want. I committed the original patch to avoid possible

[Qemu-devel] qemu qemu-doc.texi vnc.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 02:54:04 Modified files: . : qemu-doc.texi vnc.c Log message: Add VNC reverse connections, by Eddie Kohler. CVSWeb URLs:

Re: [Qemu-devel] PS/2 mouse support for FC4 guest broken in QEMU 0.9.1

2008-02-02 Thread andrzej zaborowski
On 21/01/2008, Even Rouault [EMAIL PROTECTED] wrote: Thanks for the tutorial on how to use git bisection ;-) In fact, whatever version control system you use, I think you spend most of time recompiling and testing stuff... Anyway, on the core problem I'm pointing out, does someone have any

[Qemu-devel] qemu/target-i386 helper.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 03:26:30 Modified files: target-i386: helper.c Log message: NMI and INTR events injection should not be handled as software interrupts (Bernhard Kauer). CVSWeb URLs:

[Qemu-devel] qemu/hw ide.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 03:37:47 Modified files: hw : ide.c Log message: Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeLeMan (patch by Tristan Gingold).

[Qemu-devel] qemu vl.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 03:45:47 Modified files: . : vl.c Log message: Do not set RTC frequency if already set (Aurelien Jarno). CVSWeb URLs:

[Qemu-devel] qemu configure

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 04:22:24 Modified files: . : configure Log message: Fix building under paths with symlinks (patch from Richard Purdie). CVSWeb URLs:

[Qemu-devel] qemu/hw pc.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 04:33:32 Modified files: hw : pc.c Log message: Fix VMware VGA init call (Anthony Liguori). s/vga_ram_size/vga_ram_addr/ CVSWeb URLs:

Re: [Qemu-devel] qemu configure

2008-02-02 Thread C.W. Betts
That's all nice and good, but it doesn't seem to work with systems that don't use symlinks, such as mingw (the ln command creates duplicates). This may work with cygwin. - Original Message - From: Andrzej Zaborowski [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent: Saturday, February