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_ji...@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é <phi...@linaro.org>