qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/7] migration/dirtyrate: Do not unlock cpu_list lock twice


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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]