|
From: | Richard Henderson |
Subject: | Re: [PATCH 1/7] migration/dirtyrate: Do not unlock cpu_list lock twice |
Date: | Tue, 28 Jan 2025 11:16:58 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/28/25 05:54, Philippe Mathieu-Daudé wrote:
&qemu_cpu_list_lock is locked within the WITH_QEMU_LOCK_GUARD() context, then unlocked. No need to manually unlock it. Fixes: 370ed600296 ("cpu: expose qemu_cpu_list_lock for lock-guard use") Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- migration/dirtyrate.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |