Peter Maydell 663e475fbe hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer API
Switch the grlib_gptimer 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: 20191021134357.14266-3-peter.maydell@linaro.org
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2019-10-25 13:09:12 +01:00
..
2019-10-17 18:16:55 +01:00
2019-10-24 17:16:27 +01:00
2019-10-15 18:09:05 +01:00
2019-10-15 18:09:04 +01:00
2019-10-24 16:22:58 +01:00
2019-10-10 10:56:18 +02:00
2019-10-15 18:09:04 +01:00
2019-10-18 20:38:10 -07:00