Re: [PATCH v2 08/19] hw/timer/arm_timer: Extract arm_timer_reset_hold()

2023-07-05 Thread Richard Henderson
On 7/4/23 16:50, Philippe Mathieu-Daudé wrote: Extract arm_timer_reset_hold() before converting this model to QOM/QDev in few commits. This will become our ResettableHoldPhase handler. Signed-off-by: Philippe Mathieu-Daudé --- hw/timer/arm_timer.c | 9 - 1 file changed, 8

[PATCH v2 08/19] hw/timer/arm_timer: Extract arm_timer_reset_hold()

2023-07-04 Thread Philippe Mathieu-Daudé
Extract arm_timer_reset_hold() before converting this model to QOM/QDev in few commits. This will become our ResettableHoldPhase handler. Signed-off-by: Philippe Mathieu-Daudé --- hw/timer/arm_timer.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git