[PATCH 0/2] linux-user: Add support for MIPS Loongson 2F/3E

Philippe Mathieu-Daudé posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201201083951.2745111-1-f4bug@amsat.org
Maintainers: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aurelien Jarno <aurelien@aurel32.net>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
There is a newer version of this series
linux-user/elfload.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
[PATCH 0/2] linux-user: Add support for MIPS Loongson 2F/3E
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
Update the ELF HWCAP bits and set the Loongson instructions
so we can run 2F/3E userland binaries.

Philippe Mathieu-Daudé (2):
  linux-user: Update HWCAP bits from linux 5.7
  linux-user: Add support for MIPS Loongson 2F/3E

 linux-user/elfload.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

-- 
2.26.2

Re: [PATCH 0/2] linux-user: Add support for MIPS Loongson 2F/3E
Posted by Richard Henderson 3 years, 5 months ago
On 12/1/20 2:39 AM, Philippe Mathieu-Daudé wrote:
> Update the ELF HWCAP bits and set the Loongson instructions
> so we can run 2F/3E userland binaries.
> 
> Philippe Mathieu-Daudé (2):
>   linux-user: Update HWCAP bits from linux 5.7
>   linux-user: Add support for MIPS Loongson 2F/3E
> 
>  linux-user/elfload.c | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 

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

r~