Re: [Qemu-devel] [PATCH 0/9] Intel Mac target support

2008-01-11 Thread Alexey Eremenko
Alexander Graf: Thank you VERY much for providing us with intel mac emulation. -- -Alexey Eremenko Technologov

Re: [Qemu-devel] Fix double backslash problem in Windows

2008-01-11 Thread Laurent Vivier
Le jeudi 10 janvier 2008 à 19:13 +0100, Laurent Vivier a écrit : Le jeudi 10 janvier 2008 à 16:02 +0100, Laurent Vivier a écrit : Le jeudi 10 janvier 2008 à 15:18 +0100, Jernej Simončič a écrit : On Thursday, January 10, 2008, 14:58:28, Laurent Vivier wrote: Do you like '^' ?

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

2008-01-11 Thread Dan Kenigsberg
On Tue, Jan 08, 2008 at 04:22:52PM +0100, 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

[Qemu-devel] [PATCH] USB serial device

2008-01-11 Thread Samuel Thibault
Hello, Samuel Thibault, le Fri 11 Jan 2008 00:23:12 +, a écrit : I would like to implement support for braille devices, and for this I'd need to first implement a USB serial device (FTDI chip). Has anybody worked on that already? Ok, was easier than expected, Here is a patch. The serial

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

2008-01-11 Thread Alexander Graf
On Jan 11, 2008, at 11:47 AM, Dan Kenigsberg wrote: On Tue, Jan 08, 2008 at 04:22:52PM +0100, 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

[Qemu-devel] qemu-gnemul tarball moved?

2008-01-11 Thread VMiklos
hi, there was a tarball at http://fabrice.bellard.free.fr/qemu/qemu-gnemul-0.5.3.tar.gz which contained several test binaries for sparc, ppc, and other archs. where this has been moved to? i find it very useful. thanks, - VMiklos

Re: [Qemu-devel] [PATCH 0/9] Intel Mac target support

2008-01-11 Thread Markus Hitter
Am 11.01.2008 um 13:26 schrieb Alexander Graf: On Jan 11, 2008, at 9:01 AM, Alexey Eremenko wrote: Alexander Graf: Thank you VERY much for providing us with intel mac emulation. I'm really having a hard time understanding if this is irony or not ;-). I don't think there's irony as

[Qemu-devel] PXA27x AC97

2008-01-11 Thread Armin
Hello, Is anyone working on the PXA27x AC97 emulation? I don't want to dup effort. TIA Armin

Re: [Qemu-devel] PXA27x AC97

2008-01-11 Thread andrzej zaborowski
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 registers (zero functionality) at

Re: [Qemu-devel] qemu on alpha

2008-01-11 Thread Gabriele Gorla
Thiemo wrote: Gabriele Gorla wrote: Hello, I recently downloaded qemu-0.9.0 and tried to compile it on alpha. I was not able to get any target to compile. beside tons of warning about casting pointers to int of different sizes I get the following two fatal errors:

[Qemu-devel] [PATCH] report revision 3 of the ACPI/SMBus PIIX4 controller

2008-01-11 Thread Marcelo Tosatti
The PIIX4 ACPI controller prior to revision 0x3 contains a bug where reading of the timer port is unreliable, so the kernel reads it three times for consistency check. QEMU does not suffer from that problem :) The datasheet for PIIX4, PIIX4E, and PIIX4M is the same. I failed to find any