[PATCH 0/4] linux-user/arm: fpa11 fix and cleanup

Richard Henderson posted 4 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210423165413.338259-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/arm/cpu_loop.c | 125 ++++++++++++++++++++------------------
1 file changed, 66 insertions(+), 59 deletions(-)
[PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
Posted by Richard Henderson 3 years ago
The bug fix is patch 2, the rest is a bit of tidy-up.


r~

Richard Henderson (4):
  linux-user/arm: Split out emulate_arm_fpa11
  linux-user/arm: Do not emulate fpa11 in thumb mode
  linux-user/arm: Do not fill in si_code for fpa11 exceptions
  linux-user/arm: Simplify accumulating and raising fpa11 exceptions

 linux-user/arm/cpu_loop.c | 125 ++++++++++++++++++++------------------
 1 file changed, 66 insertions(+), 59 deletions(-)

-- 
2.25.1


Re: [PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
Posted by Richard Henderson 2 years, 11 months ago
On 4/23/21 11:54 AM, Richard Henderson wrote:
> The bug fix is patch 2, the rest is a bit of tidy-up.
> 
> 
> r~
> 
> Richard Henderson (4):
>    linux-user/arm: Split out emulate_arm_fpa11
>    linux-user/arm: Do not emulate fpa11 in thumb mode
>    linux-user/arm: Do not fill in si_code for fpa11 exceptions
>    linux-user/arm: Simplify accumulating and raising fpa11 exceptions
> 
>   linux-user/arm/cpu_loop.c | 125 ++++++++++++++++++++------------------
>   1 file changed, 66 insertions(+), 59 deletions(-)
> 

Laurent, this is all reviewed.  Do you want to take this through linux-user 
queue, or have Peter take it through his arm queue?


r~

Re: [PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
Posted by Laurent Vivier 2 years, 11 months ago
Le 14/05/2021 à 17:54, Richard Henderson a écrit :
> On 4/23/21 11:54 AM, Richard Henderson wrote:
>> The bug fix is patch 2, the rest is a bit of tidy-up.
>>
>>
>> r~
>>
>> Richard Henderson (4):
>>    linux-user/arm: Split out emulate_arm_fpa11
>>    linux-user/arm: Do not emulate fpa11 in thumb mode
>>    linux-user/arm: Do not fill in si_code for fpa11 exceptions
>>    linux-user/arm: Simplify accumulating and raising fpa11 exceptions
>>
>>   linux-user/arm/cpu_loop.c | 125 ++++++++++++++++++++------------------
>>   1 file changed, 66 insertions(+), 59 deletions(-)
>>
> 
> Laurent, this is all reviewed.  Do you want to take this through linux-user queue, or have Peter
> take it through his arm queue?
> 

I'm going to try to do a linux-user PR this WE, but if Peter want to pick up the series before there
is no problem.

thanks,
Laurent

Re: [PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
Posted by Laurent Vivier 2 years, 11 months ago
Le 23/04/2021 à 18:54, Richard Henderson a écrit :
> The bug fix is patch 2, the rest is a bit of tidy-up.
> 
> 
> r~
> 
> Richard Henderson (4):
>   linux-user/arm: Split out emulate_arm_fpa11
>   linux-user/arm: Do not emulate fpa11 in thumb mode
>   linux-user/arm: Do not fill in si_code for fpa11 exceptions
>   linux-user/arm: Simplify accumulating and raising fpa11 exceptions
> 
>  linux-user/arm/cpu_loop.c | 125 ++++++++++++++++++++------------------
>  1 file changed, 66 insertions(+), 59 deletions(-)
> 

Applied to my linux-user-for-6.1 branch.

Thanks,
Laurent