Re: [Qemu-devel] [PATCHv2 03/12] cuda: don't call cuda_update() when writing to ACR register

2018-02-10 Thread David Gibson
On Fri, Feb 09, 2018 at 06:51:33PM +, Mark Cave-Ayland wrote: > 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

[Qemu-devel] [PATCHv2 03/12] cuda: don't call cuda_update() when writing to ACR register

2018-02-09 Thread Mark Cave-Ayland
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 --- hw/misc/macio/cuda.c | 1 - 1 file changed, 1 deletion(-) diff --git