Re: [Qemu-devel] [PATCH] timer: a9gtimer: check auto-increment register value

2016-09-22 Thread Peter Maydell
On 21 September 2016 at 21:13, 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

[Qemu-devel] [PATCH] timer: a9gtimer: check auto-increment register value

2016-09-21 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. This leads to an infinite loop in 'a9_gtimer_update'