Re: [Qemu-devel] [PATCH] macio: Fix timer endianness

2014-06-05 Thread Mark Cave-Ayland
On 27/05/14 01:01, Alexander Graf wrote: The timer registers on our KeyLargo macio emulation are read as byte reversed from the big endian guest, so we better expose them endian reversed as well. This fixes initial hickups of booting Mac OS X with -M mac99 for me. Signed-off-by: Alexander Graf

[Qemu-devel] [PATCH] macio: Fix timer endianness

2014-05-26 Thread Alexander Graf
The timer registers on our KeyLargo macio emulation are read as byte reversed from the big endian guest, so we better expose them endian reversed as well. This fixes initial hickups of booting Mac OS X with -M mac99 for me. Signed-off-by: Alexander Graf --- hw/misc/macio/macio.c | 2 +- 1 file