Home
last modified time | relevance | path

Searched hist:"5 a65f7b5f4907ca70cb6eae1265e59ccbdfa0937" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/timer/
H A Darm_timer.c5a65f7b5f4907ca70cb6eae1265e59ccbdfa0937 Tue Oct 08 17:17:23 UTC 2019 Peter Maydell <peter.maydell@linaro.org> hw/timer/arm_timer.c: Switch to transaction-based ptimer API

Switch the arm_timer.c code away from bottom-half based ptimers
to the new transaction-based ptimer API. This just requires
adding begin/commit calls around the various arms of
arm_timer_write() that modify the ptimer state, and using the
new ptimer_init() function to create the timer.

Fixes: https://bugs.launchpad.net/qemu/+bug/1777777
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20191008171740.9679-5-peter.maydell@linaro.org