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

Laurent Vivier posted 2 patches 3 years, 10 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200625091204.3186186-1-laurent@vivier.eu
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Laurent Vivier <laurent@vivier.eu>, Riku Voipio <riku.voipio@iki.fi>
bsd-user/main.c             | 6 +++++-
linux-user/sparc/cpu_loop.c | 6 +++++-
target/sparc/translate.c    | 2 ++
3 files changed, 12 insertions(+), 2 deletions(-)
[PATCH v2 0/2] linux-user/sparc64: Translate flushw opcode
Posted by Laurent Vivier 3 years, 10 months ago
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(-)

-- 
2.26.2


Re: [PATCH v2 0/2] linux-user/sparc64: Translate flushw opcode
Posted by Richard Henderson 3 years, 10 months ago
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~

Re: [PATCH v2 0/2] linux-user/sparc64: Translate flushw opcode
Posted by Laurent Vivier 3 years, 10 months ago
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