From 00ee4b0f485a96d91beb613ccd43044e354d97df Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 8 Oct 2019 18:17:38 +0100 Subject: 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 Reviewed-by: Richard Henderson Message-id: 20191008171740.9679-20-peter.maydell@linaro.org --- include/hw/timer/mss-timer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/hw/timer/mss-timer.h') diff --git a/include/hw/timer/mss-timer.h b/include/hw/timer/mss-timer.h index d15d173..e5a784b 100644 --- a/include/hw/timer/mss-timer.h +++ b/include/hw/timer/mss-timer.h @@ -46,7 +46,6 @@ #define R_TIM1_MAX 6 struct Msf2Timer { - QEMUBH *bh; ptimer_state *ptimer; uint32_t regs[R_TIM1_MAX]; -- cgit v1.1