[PATCH 0/2] linux-user: AT_BASE_PLATFORM for MIPS

Jiaxun Yang posted 2 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220801200928.73741-1-jiaxun.yang@flygoat.com
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/elfload.c | 60 ++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 58 insertions(+), 2 deletions(-)
[PATCH 0/2] linux-user: AT_BASE_PLATFORM for MIPS
Posted by Jiaxun Yang 1 year, 8 months ago
Hi all,

This series properly filled AT_BASE_PLATFORM of MIPS.
There is a checkpatch error about braces after if statement,
I intentionally left it for style consistency.

Thanks.
- Jiaxun

Jiaxun Yang (2):
  linux-user: Introduce stubs for ELF AT_BASE_PLATFORM
  linux-user: Set ELF_BASE_PLATFORM for MIPS

 linux-user/elfload.c | 60 ++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 58 insertions(+), 2 deletions(-)

-- 
2.32.1 (Apple Git-133)
Re: [PATCH 0/2] linux-user: AT_BASE_PLATFORM for MIPS
Posted by Philippe Mathieu-Daudé via 1 year, 8 months ago
On 1/8/22 22:09, Jiaxun Yang wrote:
> Hi all,
> 
> This series properly filled AT_BASE_PLATFORM of MIPS.
> There is a checkpatch error about braces after if statement,
> I intentionally left it for style consistency.
> 
> Thanks.
> - Jiaxun
> 
> Jiaxun Yang (2):
>    linux-user: Introduce stubs for ELF AT_BASE_PLATFORM
>    linux-user: Set ELF_BASE_PLATFORM for MIPS
> 
>   linux-user/elfload.c | 60 ++++++++++++++++++++++++++++++++++++++++++--
>   1 file changed, 58 insertions(+), 2 deletions(-)
> 

Cc'ing qemu-ppc for completeness using cpu_specs[].platform from
Linux kernel arch/powerpc/kernel/cputable.c.