qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [Qemu-devel] [PATCH v2 0/9] arm: Implement M profile exce


From: Peter Maydell
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v2 0/9] arm: Implement M profile exception return properly
Date: Thu, 20 Apr 2017 15:28:59 +0100

On 15 April 2017 at 13:31, Richard Henderson <address@hidden> 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 <address@hidden>

Thanks; applied to target-arm.next.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]