diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-29 15:28:06 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-07 03:37:04 +0200 |
| commit | 1e440937d699514207946c36c353a7a616f8b805 (patch) | |
| tree | 91983e8096da7094b4bf3d2c0fb6eb2f069987f0 /include/hw/xen/interface/memory.h | |
| parent | 6ffaa9219616d12bc6c3e7cb26a77f7432ac0c70 (diff) | |
| download | focaccia-qemu-1e440937d699514207946c36c353a7a616f8b805.tar.gz focaccia-qemu-1e440937d699514207946c36c353a7a616f8b805.zip | |
hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call()
When cpu_address_space_init() isn't called during vCPU creation, its single address space is the global &address_space_memory. As s390x boards don't call cpu_address_space_init(), cpu->as points to &address_space_memory. We can then replace cpu_physical_memory_is_io() by the semantically equivalent address_space_memory_is_io() call. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Eric Farman <farman@linux.ibm.com> Message-Id: <20251002084203.63899-5-philmd@linaro.org>
Diffstat (limited to 'include/hw/xen/interface/memory.h')
0 files changed, 0 insertions, 0 deletions