Re: [Qemu-devel] [Bug 1480562] [NEW] register values in sp804 timer

2015-08-03 Thread Peter Maydell
On 1 August 2015 at 15:46, T-T Yu wrote: > Public bug reported: > > In the arm_timer.c, when first reading the load register, I got 0. > > ... > case 0: /* TimerLoad */ > ... > > According to the specification at > http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0271d/index.html,

[Qemu-devel] [Bug 1480562] [NEW] register values in sp804 timer

2015-08-01 Thread T-T Yu
Public bug reported: In the arm_timer.c, when first reading the load register, I got 0. ... case 0: /* TimerLoad */ ... According to the specification at http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0271d/index.html, "The minimum valid value for TimerXLoad is 1". Is the in