Re: [Qemu-devel] [PATCH 13/13] cuda.c: add delay to setting of SR_INT bit

2015-11-03 Thread David Gibson
On Fri, Oct 23, 2015 at 02:56:38PM +0100, Mark Cave-Ayland wrote: > MacOS 9 is racy when it comes to accessing the shift register. Fix this by > introducing a small delay between data accesses and raising the SR_INT > interrupt bit. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: David Gibson

[Qemu-devel] [PATCH 13/13] cuda.c: add delay to setting of SR_INT bit

2015-10-23 Thread Mark Cave-Ayland
MacOS 9 is racy when it comes to accessing the shift register. Fix this by introducing a small delay between data accesses and raising the SR_INT interrupt bit. Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/cuda.c | 44 +--- hw/ppc/mac.h |