]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x/mmu_helper: Simplify s390_cpu_virt_mem_rw() logic
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 14:14:08 +0000 (16:14 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 16 Oct 2025 15:44:32 +0000 (17:44 +0200)
commit02cf15e9bbe902523f5a1deb1dd48aef50e26e41
tree38002c2e409c7e8c26530305a7fd9980d9b8737a
parent03ec40942d678ef1e98439508d1cdb2c05ff3e72
target/s390x/mmu_helper: Simplify s390_cpu_virt_mem_rw() logic

In order to simplify the next commit, move the
trigger_access_exception() call after the address_space_rw()
calls. No logical change intended.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251008141410.99865-2-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/mmu_helper.c