On 10/4/19 4:48 AM, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > hw/timer/arm_timer.c | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~