]> git.ipfire.org Git - thirdparty/qemu.git/commit
cuda.c: implement dummy IIC access commands
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 11 Nov 2015 22:49:45 +0000 (22:49 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 12 Nov 2015 02:15:54 +0000 (13:15 +1100)
commitce8d3b647b5acc2bec19602d9fac87d3da11ae77
treefe90f06a1152460758de7b62dcb2d6cb5913d0be
parentf1f46f74a9de7298977a3ed668e71843fa904c38
cuda.c: implement dummy IIC access commands

These are used by MacOS 9 on boot. Here we return an error except for 4-byte
commands which write to the IIC bus in a similar manner to MOL.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/misc/macio/cuda.c