]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Replace legacy cpu_physical_memory_[un]map() calls (3/3)
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 2 Oct 2025 09:11:32 +0000 (11:11 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 10 Oct 2025 08:02:51 +0000 (10:02 +0200)
commit00457aed51a240d6478e0870cd17fdcaa5f6a0ab
tree0781ac9868d881dadfc9227436b61dcd52a6d4f9
parentdb7721857b3033222a521acc2ace7d3ed9529cb6
target/s390x: Replace legacy cpu_physical_memory_[un]map() calls (3/3)

Commit b7ecba0f6f6 ("docs/devel/loads-stores.rst: Document our
various load and store APIs") mentioned cpu_physical_memory_*()
methods are legacy, the replacement being address_space_*().

Replace the *_map() / *_unmap() methods in s390_store_status()
and s390_store_adtl_status(). In s390_store_status(), replace
cpu_physical_memory_write() by address_space_stb(), restricting
@ar_id scope. No behavioral change expected.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20251002091132.65703-10-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/sigp.c