summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRichard Henderson2022-10-24 07:18:44 +0200
committerPeter Maydell2022-10-27 11:27:23 +0200
commitfe4ddc151b72a06eaeaa2359c51b66e698dd9c44 (patch)
tree777499de75273c52aab12ee0ef2427abb0638b76 /python
parenttarget/arm: Add ARMFault_UnsuppAtomicUpdate (diff)
downloadqemu-fe4ddc151b72a06eaeaa2359c51b66e698dd9c44.tar.gz
qemu-fe4ddc151b72a06eaeaa2359c51b66e698dd9c44.tar.xz
qemu-fe4ddc151b72a06eaeaa2359c51b66e698dd9c44.zip
target/arm: Remove loop from get_phys_addr_lpae
The unconditional loop was used both to iterate over levels and to control parsing of attributes. Use an explicit goto in both cases. While this appears less clean for iterating over levels, we will need to jump back into the middle of this loop for atomic updates, which is even uglier. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20221024051851.3074715-8-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions