Re: [Qemu-devel] [PATCH] macio: remove nonexistent interrupt on pin 1

2015-06-09 Thread Alexander Graf
On 09.06.15 01:23, Cormac O'Brien wrote: > The current macio device implementation declares an interrupt that doesn't > seem to exist in the actual hardware or any other emulators. Mac OS 9 counts > the presence of this interrupt as a fatal error and progresses further without > it. This is only

[Qemu-devel] [PATCH] macio: remove nonexistent interrupt on pin 1

2015-06-08 Thread Cormac O'Brien
The current macio device implementation declares an interrupt that doesn't seem to exist in the actual hardware or any other emulators. Mac OS 9 counts the presence of this interrupt as a fatal error and progresses further without it. Signed-off-by: Cormac O'Brien --- hw/misc/macio/macio.c | 2