]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 30 Sep 2025 03:57:57 +0000 (05:57 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Oct 2025 03:01:44 +0000 (05:01 +0200)
commit0d4e15e8f80e77a5bf22e3620ed990331f05256d
tree9c212cd4086061d70661538c75839ff148dcdaa5
parentc2cac27dba3db3348563154f9b4b436ecde7b09a
hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w()

cpu_physical_memory_read() and cpu_physical_memory_write() are
legacy (see commit b7ecba0f6f6), replace by address_space_read()
and address_space_write().

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-8-philmd@linaro.org>
hw/s390x/sclp.c