On 7/4/23 16:50, Philippe Mathieu-Daudé wrote:
In order to simplify the QOM convertion of ARM_TIMER in a few commits, start converting the read/write() handlers to follow the MemoryRegionOps::read/write() prototypes.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- hw/timer/arm_timer.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~