On 17 October 2016 at 20:40, P J P <ppan...@redhat.com> wrote: > From: Prasad J Pandit <p...@fedoraproject.org> > > 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. Remove this loop incrementing the > comparator value. > > Reported-by: Li Qiang <liqiang...@360.cn> > Signed-off-by: Prasad J Pandit <p...@fedoraproject.org> > --- > hw/timer/a9gtimer.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > Use QEMU_ALIGN_UP instead of QEMU_ALIGN_DOWN > -> https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg03788.html
Applied to target-arm.next, thanks. -- PMM