]> www.infradead.org Git - users/dwmw2/qemu.git/commit
system/physmem: Propagate AddressSpace to MapClient helpers
authorMattias Nissler <mnissler@rivosinc.com>
Thu, 7 Sep 2023 13:04:23 +0000 (06:04 -0700)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 May 2024 17:43:23 +0000 (19:43 +0200)
commit5c62719710bab66a98f68ebdba333e2240ed6668
treec22b19340c29987b1b9b653888815c370909d236
parentd5e268197aa2ba89bc0540717c72be2c69568b62
system/physmem: Propagate AddressSpace to MapClient helpers

Propagate AddressSpace handler to following helpers:
- register_map_client()
- unregister_map_client()
- notify_map_clients[_locked]()

Rename them using 'address_space_' prefix instead of 'cpu_'.

The AddressSpace argument will be used in the next commit.

Reviewed-by: Peter Xu <peterx@redhat.com>
Tested-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Mattias Nissler <mnissler@rivosinc.com>
Message-ID: <20240507094210.300566-2-mnissler@rivosinc.com>
[PMD: Split patch, part 1/2]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
include/exec/cpu-common.h
include/exec/memory.h
system/dma-helpers.c
system/physmem.c