[Qemu-devel] Patch: allow Solaris to use OSS (OpenSound)

2007-02-25 Thread Ben Taylor
As I seem to have hit a wall with the ES1370 driver in qemu not working on Solaris, I have modified configure to allow Solaris to use OpenSoundSystems audio. Is there any interest in having a default audio setting for SDL so that you won't have to always put QEMU_SDL_AUDIO=oss before you start

Re: [Qemu-devel] FreeBSD Support

2007-02-25 Thread andrzej zaborowski
Hi, On 20/02/07, Christopher Olsen <[EMAIL PROTECTED]> wrote: Ok FreeBSD Support round one.. Be gentle this is my first attempt at working with the rest of this community.. Files it modifies and the reasons are as follows configure - Adds HOST_FREEBSD type to alter included libraries FreeBSD

[Qemu-devel] [PATCH] MIPS FPU dynamic activation, part 1

2007-02-25 Thread Hervé Poussineau
Hi, This patch remove (most of) the use of the #define MIPS_USES_FPU, and replaces it with a check of the FP bit in the config1 register. The only place where MIPS_USES_FPU is still used is when resetting a CPU, to set (or not) the FP bit. In a latter patch, this bit may be dynamically enabled ac

[Qemu-devel] QEMU with smp

2007-02-25 Thread Danny Chieh-Yao, Cheng
Hi all, I am trying to run QEMU under Windows, but I can't get -smp 2 working. I know that QEMU under Windows is still alpha stage, but does anyone know if the -smp 2 option works at all under Windows? I am getting the error "Can't find cpu1" and QEMU just halts. Thanks, Danny