Re: [PATCH] hw/core/clock: remove assert in clock_propagate

2024-04-25 Thread Peter Maydell
On Fri, 19 Apr 2024 at 17:30, Raphael Poggi wrote: > > This commit allows childs clock to propagate their new frequency, > for example, after setting a new multiplier/diviser. > > Signed-off-by: Raphael Poggi Applied to target-arm.next, thanks. I rewrote the commit message to document the conver

[PATCH] hw/core/clock: remove assert in clock_propagate

2024-04-19 Thread Raphael Poggi
This commit allows childs clock to propagate their new frequency, for example, after setting a new multiplier/diviser. Signed-off-by: Raphael Poggi --- hw/core/clock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/core/clock.c b/hw/core/clock.c index 85421f8b55..174c8be095 100644 --- a/h