On 29/11/24 19:03, Paolo Bonzini wrote:
Leave around a reference not just for inputs but also for outputs. This is a better choice because in principle the monitor could walk the NamedClockList after the clocks have been unparented (which would free them) and before qdev_finalize_clocklist().Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- hw/core/qdev-clock.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>