hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API
commit2cb42c930b0e4d60164f837ab70253fb43813e93
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Oct 2019 15:50:36 +0000 (22 16:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Oct 2019 16:44:00 +0000 (22 17:44 +0100)
tree812b8fcb10b80d255a7d135b96554ebcd9f4c07c
parent23bc3e3e49818e038f09e05bc3912f3f4ff80f84
hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API

Switch the etraxfs_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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20191017132905.5604-7-peter.maydell@linaro.org
hw/timer/etraxfs_timer.c