mirror of
https://github.com/qemu/qemu.git
synced 2026-05-17 15:39:58 +00:00
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>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
d5e268197a
commit
5c62719710
@@ -147,8 +147,6 @@ void *cpu_physical_memory_map(hwaddr addr,
|
||||
bool is_write);
|
||||
void cpu_physical_memory_unmap(void *buffer, hwaddr len,
|
||||
bool is_write, hwaddr access_len);
|
||||
void cpu_register_map_client(QEMUBH *bh);
|
||||
void cpu_unregister_map_client(QEMUBH *bh);
|
||||
|
||||
bool cpu_physical_memory_is_io(hwaddr phys_addr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user