commit | 39a099ca25670b9fed838a09887fe8a1fdd803d3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jul 23 12:22:54 2021 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Nov 02 07:00:52 2021 -0400 |
tree | 9a19867b4dacfbe6a11662bf75557dd72d18af7f | |
parent | e7424abc201ea06ff91a15fd86a533a22cd8dff4 [diff] |
target/arm: Implement arm_cpu_record_sigbus Because of the complexity of setting ESR, re-use the existing arm_cpu_do_unaligned_access function. This means we have to handle the exception ourselves in cpu_loop, transforming it to the appropriate signal. Reviewed-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>