Hi Peter, On 10/19/20 9:31 PM, Peter Maydell wrote: > On Mon, 19 Oct 2020 at 16:45, Peter Maydell <peter.mayd...@linaro.org> wrote: >> >> On Sat, 10 Oct 2020 at 14:57, Luc Michel <l...@lmichel.fr> wrote: >>> >>> v2 -> v3: >>> - patch 03: moved clock_new definition to hw/core/clock.c [Phil] >>> - patch 03: commit message typo [Clement] >>> - patch 10: clarifications around the CM_CTL/CM_DIBV mux registers. >>> reg_cm replaced with reg_ctl and reg_div. Add some >>> comments for clarity. [Phil] >>> - patch 10: fixed update_mux_from_cm not matching the CM_DIV offset >>> correctly. [Phil] >>> - patch 11: replaced manual bitfield extraction with extract32 [Phil] >>> - patch 11: added a visual representation of CM_DIV for clarity [Phil] >>> - patch 11: added a missing return in clock_mux_update. >> >> >> >> Applied to target-arm.next, thanks. > > Dropped again due to segv in 'make check' when running with > clang sanitizer, which I gather from irc that you're looking > into.
The fix has been merged as commit a6e9b9123e7 ("hw/core/qdev-clock: add a reference on aliased clocks") and the series also got: Tested-by: Guenter Roeck <li...@roeck-us.net> Hopefully it will make it for 5.2 :) Thanks, Phil.