|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 2/3] clock: treat outputs and inputs the same in NamedClockList |
Date: | Mon, 2 Dec 2024 16:59:41 +0100 |
User-agent: | Mozilla Thunderbird |
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 <pbonzini@redhat.com> --- hw/core/qdev-clock.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |