mbox series

[v2,0/2] linux-user/sparc64: Translate flushw opcode

Message ID 20200625091204.3186186-1-laurent@vivier.eu
Headers show
Series linux-user/sparc64: Translate flushw opcode | expand

Message

Laurent Vivier June 25, 2020, 9:12 a.m. UTC
I send a modified version according to Richard's comments of the original
series sent by Giuseppe Musacchio <thatlemon@gmail.com> (aka LemonBoy).

v2: split patch in two patches
    update comment style

I didn't really test the new patches (except a build and "make check").
But there is no code modification so I don't think I can introduce bugs in
this process. Any "Tested-by:" is welcome.

LemonBoy (2):
  target/sparc: Translate flushw opcode
  linux-user/sparc64: Fix the handling of window spill trap

 bsd-user/main.c             | 6 +++++-
 linux-user/sparc/cpu_loop.c | 6 +++++-
 target/sparc/translate.c    | 2 ++
 3 files changed, 12 insertions(+), 2 deletions(-)

Comments

Richard Henderson June 26, 2020, 9:23 p.m. UTC | #1
On 6/25/20 2:12 AM, Laurent Vivier wrote:
> I send a modified version according to Richard's comments of the original
> series sent by Giuseppe Musacchio <thatlemon@gmail.com> (aka LemonBoy).
> 
> v2: split patch in two patches
>     update comment style
> 
> I didn't really test the new patches (except a build and "make check").
> But there is no code modification so I don't think I can introduce bugs in
> this process. Any "Tested-by:" is welcome.
> 
> LemonBoy (2):
>   target/sparc: Translate flushw opcode
>   linux-user/sparc64: Fix the handling of window spill trap
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

You might want to reset the Author to match the Signed-off-by.


r~
Laurent Vivier June 29, 2020, 11:01 a.m. UTC | #2
Le 26/06/2020 à 23:23, Richard Henderson a écrit :
> On 6/25/20 2:12 AM, Laurent Vivier wrote:
>> I send a modified version according to Richard's comments of the original
>> series sent by Giuseppe Musacchio <thatlemon@gmail.com> (aka LemonBoy).
>>
>> v2: split patch in two patches
>>     update comment style
>>
>> I didn't really test the new patches (except a build and "make check").
>> But there is no code modification so I don't think I can introduce bugs in
>> this process. Any "Tested-by:" is welcome.
>>
>> LemonBoy (2):
>>   target/sparc: Translate flushw opcode
>>   linux-user/sparc64: Fix the handling of window spill trap
>>
> 
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> 
> You might want to reset the Author to match the Signed-off-by.

Applied to my branch linux-user-for-5.1 with updated author to "Giuseppe
Musacchio <thatlemon@gmail.com>"

Thanks,
Laurent