macio: Fix timer endianness
commit9397a7c8318d727cea2ac62dbb14493a0e3e5f4b
authorAlexander Graf <agraf@suse.de>
Mon, 26 May 2014 23:59:06 +0000 (27 01:59 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:38 +0000 (16 13:24 +0200)
tree2a35d255a18ee9f3ad7ac2a534cc66cb7306509e
parent3e300fa6ad4ee19b16339c25773dec8df0bfb982
macio: Fix timer endianness

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 <agraf@suse.de>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/misc/macio/macio.c