Re: [Qemu-devel] [PATCH] OSX x86_32 host support

2008-01-14 Thread Alexander Graf
On Jan 14, 2008, at 12:43 AM, Mike Kronenberg wrote: Looks like I'm a little late for the party, as always :) . I really encourage everyone to work towards a gcc4.x solution for OS X. I just read and tried Alexanders x86_64 patch, as I finished our x86_32. If we could reach an out of

[Qemu-devel] New QEMU 0.9.1 Solaris 10 packages available

2008-01-14 Thread Jonathan Kalbfeld
All, I've gone ahead and built the latest QEMU as a package. The package is in the usual spot, at http://www.thoughtwave.com/emulators.html This is the 20080113 CVS head, built for x86 and sparc. Simply install the most recent package, add /opt/thoughtwave/qemu/bin to your path, and the

Re: [Qemu-devel] [PATCH] OSX x86_32 host support

2008-01-14 Thread Mike Kronenberg
Alex, You'll find the patches at [1] It's basically an adaption of Pauls, Gwenoles and the Qs gcc4 OS X x86 patches. I'd rather go with Michael Matz's gcc4 patches. They look more sane and clean to me than Gwenoles do and I believe the 5% performance hit that goes with them is no real

Re: [Qemu-devel] [PATCH 5/9] CoreDUO CPU

2008-01-14 Thread Alexander Graf
Alexander Graf wrote: Mac OS X as is has a condition to only run on family 13 Intel CPUs, so this adds a definition for a CoreDuo CPU. Furthermore it adds the MSR Mac OS X uses to read the CPU multiplier and the CPUID used to read the cache information. This is an updates version of the

[Qemu-devel] Qemu future development

2008-01-14 Thread AmigaPPC
Hi there,ThisOmu projectYouare developing is super thing, butcommunity lost a little interest when Mac went to Intel.New life forQemu orPearPccould be emulating of AmigaPPC basedhardware since recently final version of AmigaOS4 for AmigaOneand AmigaClassic (equipped with PPC cards) came to

[Qemu-devel] temporary fix for Dsound

2008-01-14 Thread C.W. Betts
The current patches break directsound. This tiny fix makes it compile, but it throws a lot of warnings. Index: audio/dsound_template.h === RCS file: /sources/qemu/qemu/audio/dsound_template.h,v retrieving revision 1.5 diff -u

Re: [Qemu-devel] Qemu future development

2008-01-14 Thread Stuart Brady
On Mon, Jan 14, 2008 at 01:49:11PM +, AmigaPPC wrote: The full translation, for anyone else who can't read html mail: Hi there, This Omu project You are developing is super thing, but community lost ; a little interest when Mac went to Intel. New life for Qemu or PearPc could be

Re: [Qemu-devel] Qemu future development

2008-01-14 Thread Andreas Färber
Am 14.01.2008 um 14:49 schrieb AmigaPPC: Hi there, This Omu project You are developing is super thing, but community lost a little interest when Mac went to Intel. New life for Qemu or PearPc could be emulating of AmigaPPC based hardware [...] In case with Omu you mean QEMU, you really

Re: [Qemu-devel] qemu vnc.c

2008-01-14 Thread Anders Melchiorsen
Andrzej Zaborowski [EMAIL PROTECTED] writes: Log message: Reduce redundant timer ticks in VNC, by Anders Melchiorsen. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vnc.c?cvsroot=qemur1=1.31r2=1.32 That is great, thanks. However, I have found a small error in the original

Re: [Qemu-devel] qemu vnc.c

2008-01-14 Thread Anders Melchiorsen
Johannes Schindelin [EMAIL PROTECTED] writes: Since you attached the patch, I will not quote the part that I am commenting on. Yes, I attach to preserve formatting. Am I supposed to put it inline? Anyway, here it is, for discussion: diff --git a/qemu/vl.c b/qemu/vl.c index 30c9537..8d67314

Re: [Qemu-devel] qemu vnc.c

2008-01-14 Thread Johannes Schindelin
Hi, On Mon, 14 Jan 2008, Anders Melchiorsen wrote: diff --git a/qemu/vl.c b/qemu/vl.c index 30c9537..8d67314 100644 --- a/qemu/vl.c +++ b/qemu/vl.c @@ -4902,13 +4902,6 @@ static void dumb_resize(DisplayState *ds, int w, int h) { } -static void dumb_refresh(DisplayState *ds) -{

[Qemu-devel] qemu vnc.c

2008-01-14 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/01/14 21:45:56 Modified files: . : vnc.c Log message: Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen). CVSWeb URLs:

[Qemu-devel] qemu/audio dsound_template.h

2008-01-14 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/01/14 21:50:24 Modified files: audio : dsound_template.h Log message: Make dsound compile again (patch by malc, spotted by C.W. Betts). CVSWeb URLs:

[Qemu-devel] qemu Makefile.target configure qemu-doc.texi hw...

2008-01-14 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/01/14 22:09:12 Modified files: . : Makefile.target configure qemu-doc.texi Added files: hw : gus.c gusemu.h gusemu_hal.c gusemu_mixer.c

Re: [Qemu-devel] qemu vnc.c

2008-01-14 Thread Anders Melchiorsen
Johannes Schindelin [EMAIL PROTECTED] writes: I haven't looked that deeply myself, but your explanations do not give me a cozy feeling about your patch. I see your point, and I would love to discuss the merits of the patch (which is why I sent it in the first place). However, your gut feeling

Re: [Qemu-devel] PXA27x AC97

2008-01-14 Thread Armin
andrzej zaborowski wrote: Hi, On 11/01/2008, Armin [EMAIL PROTECTED] wrote: Is anyone working on the PXA27x AC97 emulation? I don't want to dup effort. Not that I know of, but Virtual Box has a PCI AC97 implementation (for PC emulator) and the hackndev qemu tree has dummy PXA27x AC97