]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/xtensa: Replace legacy cpu_physical_memory_[un]map() calls
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 1 Oct 2025 10:08:31 +0000 (12:08 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit2b6cea17be35d46021ecd9b9dcceaed7b6200dbe
tree9c1882594e218ab5e3d2207e65f3c35e33dfe8d6
parentcd08bcaa36b4c0437b2d61f9906bf78b99aa3684
target/xtensa: Replace legacy cpu_physical_memory_[un]map() calls

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 the SIMCALL helper,
using the vCPU default address space. No behavioral change expected.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20251002145742.75624-6-philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
target/xtensa/xtensa-semi.c