Message ID | 1491844419-12485-1-git-send-email-peter.maydell@linaro.org |
---|---|
Headers | show |
Series | arm: Implement M profile exception return properly | expand |
On 04/10/2017 10:13 AM, Peter Maydell wrote: > Peter Maydell (9): > arm: Don't implement BXJ on M-profile CPUs > arm: Thumb shift operations should not permit interworking branches > arm: Factor out "generate right kind of step exception" > arm: Move gen_set_condexec() and gen_set_pc_im() up in the file > arm: Move condition-failed codepath generation out of if() > arm: Abstract out "are we singlestepping" test to utility function > arm: Track M profile handler mode state in TB flags > arm: Implement M profile exception return properly > arm: Remove workarounds for old M-profile exception return > implementation > > target/arm/cpu.h | 9 +++ > target/arm/translate.h | 5 ++ > target/arm/cpu.c | 43 +----------- > target/arm/translate.c | 181 +++++++++++++++++++++++++++++++++---------------- > 4 files changed, 138 insertions(+), 100 deletions(-) Reviewed-by: Richard Henderson <rth@twiddle.net> r~
On 15 April 2017 at 13:31, Richard Henderson <rth@twiddle.net> wrote: > On 04/10/2017 10:13 AM, Peter Maydell wrote: >> >> Peter Maydell (9): >> arm: Don't implement BXJ on M-profile CPUs >> arm: Thumb shift operations should not permit interworking branches >> arm: Factor out "generate right kind of step exception" >> arm: Move gen_set_condexec() and gen_set_pc_im() up in the file >> arm: Move condition-failed codepath generation out of if() >> arm: Abstract out "are we singlestepping" test to utility function >> arm: Track M profile handler mode state in TB flags >> arm: Implement M profile exception return properly >> arm: Remove workarounds for old M-profile exception return >> implementation >> >> target/arm/cpu.h | 9 +++ >> target/arm/translate.h | 5 ++ >> target/arm/cpu.c | 43 +----------- >> target/arm/translate.c | 181 >> +++++++++++++++++++++++++++++++++---------------- >> 4 files changed, 138 insertions(+), 100 deletions(-) > > > Reviewed-by: Richard Henderson <rth@twiddle.net> Thanks; applied to target-arm.next. -- PMM