Files
qemu/target
Philippe Mathieu-Daudé 736641b660 target/s390x: Replace legacy cpu_physical_memory_read/write() calls
cpu_physical_memory_read() and cpu_physical_memory_write() are
legacy (see commit b7ecba0f6f), replace by address_space_read()
and address_space_write() respectively, accessing the per-vCPU
address space instead of the global &address_space_memory one.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jared Rossi <jrossi@linux.ibm.com>
Message-Id: <20260616020839.19104-6-philmd@oss.qualcomm.com>
2026-06-18 14:27:04 +02:00
..
2026-05-27 12:27:21 +02:00
2026-02-09 20:51:52 +01:00
2026-02-09 20:51:52 +01:00