Peter Maydell 00ee4b0f48 hw/timer/mss-timerc: Switch to transaction-based ptimer API
Switch the mss-timer code away from bottom-half based ptimers to
the new transaction-based ptimer API.  This just requires adding
begin/commit calls around the various places that modify the ptimer
state, and using the new ptimer_init() function to create the timer.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20191008171740.9679-20-peter.maydell@linaro.org
2019-10-15 18:09:03 +01:00
..
2019-09-13 16:05:01 +01:00
2019-09-25 10:56:28 -07:00
2019-09-20 14:09:24 -05:00
2019-09-07 08:31:51 +02:00
2019-09-20 14:08:10 -05:00
2019-10-04 19:08:23 +10:00