commit | bd08319bb52cd009f86e9a04af8810f6aa540d8c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Sep 25 17:11:28 2025 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Oct 07 11:26:10 2025 +0100 |
tree | 3d5a963009c04bab549b4cea1b09b0814997fedc | |
parent | af95e2aaa0b00615728834a79de5c827158b3d9a [diff] |
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>