On 7/4/23 16:50, Philippe Mathieu-Daudé wrote:
In preparation of accessing ArmTimer::freq as a QOM property, convert it to uint32_t (so we'll be able to use DEFINE_PROP_UINT32).Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> Reviewed-by: Peter Maydell<peter.mayd...@linaro.org> --- hw/timer/arm_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~