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: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 1/2] cpu: expose qemu_cpu_list_lock for lock-guard use
Date: Sat, 29 Apr 2023 00:05:22 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 27/4/23 04: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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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