]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Add cur_space to S1Translate
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Sep 2025 00:11:28 +0000 (17:11 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Oct 2025 10:26:10 +0000 (11:26 +0100)
commitbd08319bb52cd009f86e9a04af8810f6aa540d8c
tree3d5a963009c04bab549b4cea1b09b0814997fedc
parentaf95e2aaa0b00615728834a79de5c827158b3d9a
target/arm: Add cur_space to S1Translate

We've been updating in_space and then using hacks to access
the original space.  Instead, update cur_space and leave
in_space unchanged.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20250926001134.295547-5-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c