]> git.proxmox.com Git - mirror_qemu.git/commit
cuda: don't call cuda_update() when writing to ACR register
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 9 Feb 2018 18:51:33 +0000 (18:51 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 10 Feb 2018 23:11:49 +0000 (10:11 +1100)
commiteb0788cb73a3eda37a97be74d186164b0c0b58d7
tree53f63c01da93b34d2aa751b1f182b47da8cfa8b1
parent42a0938f92a842ed20b2ed4ce65231fca9b66f41
cuda: don't call cuda_update() when writing to ACR register

The wire protocol for reading data to/from the VIA is triggered by changing
inputs on port B rather than changing the timer configuration via the ACR.

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