Re: [Qemu-devel] [PATCH v3] timer: a9gtimer: remove loop to auto-increment comparator

2016-10-07 Thread P J P
+-- On Fri, 7 Oct 2016, Peter Maydell wrote --+ | This is still losing the setting of gtb->status in the | case where the auto-increment bit is not set. Ah, I've sent a revised patch v4. Thank you. -- Prasad J Pandit / Red Hat Product Security Team 47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F

Re: [Qemu-devel] [PATCH v3] timer: a9gtimer: remove loop to auto-increment comparator

2016-10-07 Thread Peter Maydell
On 3 October 2016 at 10:04, P J P wrote: > From: Prasad J Pandit > > ARM A9MP processor has a peripheral timer with an auto-increment > register, which holds an increment step value. A user could set > this value to zero. When auto-increment control bit is enabled, > it leads to an infinite loop

[Qemu-devel] [PATCH v3] timer: a9gtimer: remove loop to auto-increment comparator

2016-10-03 Thread P J P
From: Prasad J Pandit ARM A9MP processor has a peripheral timer with an auto-increment register, which holds an increment step value. A user could set this value to zero. When auto-increment control bit is enabled, it leads to an infinite loop in 'a9_gtimer_update' while updating comparator value