]> Git Repo - qemu.git/commit
hw/timer/sh_timer: Switch to transaction-based ptimer API
authorPeter Maydell <[email protected]>
Tue, 22 Oct 2019 15:50:36 +0000 (16:50 +0100)
committerPeter Maydell <[email protected]>
Tue, 22 Oct 2019 16:44:00 +0000 (17:44 +0100)
commit28015830d944169edd2db0cfd64c84e937ec4f25
treee831d4b84cb5e605011413f4ee408ab1906b39fd
parentc54dd4b70197242360749a3053986e88312c26c4
hw/timer/sh_timer: Switch to transaction-based ptimer API

Switch the sh_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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20191017132905[email protected]
hw/timer/sh_timer.c
This page took 0.038951 seconds and 4 git commands to generate.