On 7/4/23 16:50, Philippe Mathieu-Daudé wrote:
Instead of manually forwarding MMIO accesses to each ARM_TIMER, let have the generic memory code dispatch that for us.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- hw/timer/arm_timer.c | 43 ++++--------------------------------------- 1 file changed, 4 insertions(+), 39 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~