On 5/7/24 05:30, Philippe Mathieu-Daudé wrote:
Simplify cpu_[un]register_map_client() and cpu_notify_map_clients() by replacing the pair of qemu_mutex_lock/qemu_mutex_unlock calls by the WITH_QEMU_LOCK_GUARD() macro.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- system/physmem.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~