qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 1/2] cpu: expose qemu_cpu_list_lock for lock-guard use


From: Richard Henderson
Subject: Re: [PATCH v3 1/2] cpu: expose qemu_cpu_list_lock for lock-guard use
Date: Thu, 27 Apr 2023 08:44:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/27/23 03:09, Jamie Iles wrote:
Expose qemu_cpu_list_lock globally so that we can use
WITH_QEMU_LOCK_GUARD and QEMU_LOCK_GUARD to simplify a few code paths
now and in future.

Signed-off-by: Jamie Iles<quic_jiles@quicinc.com>
---
  cpus-common.c             |  2 +-
  include/exec/cpu-common.h |  1 +
  linux-user/elfload.c      | 12 ++++++------
  migration/dirtyrate.c     | 26 +++++++++++++-------------
  trace/control-target.c    |  9 ++++-----
  5 files changed, 25 insertions(+), 25 deletions(-)

Thanks,

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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