Le 16/11/2021 à 22:09, Philippe Mathieu-Daudé a écrit :
Linux Hexagon port doesn't define a specific 'struct stat'
but uses the generic one (see Linux commit 6103ec56c65c [*]
"asm-generic: add generic ABI headers" which predates the
introduction of the Hexagon port).
Remove the target specific t
> -Original Message-
> From: Philippe Mathieu-Daudé On
> Behalf Of Philippe Mathieu-Daudé
> Sent: Wednesday, December 15, 2021 4:36 AM
> To: qemu-devel@nongnu.org
> Cc: Taylor Simpson ; Richard Henderson
> ; Laurent Vivier
> Subject: Re: [PATCH] linux-u
ping.
On 11/16/21 22:09, Philippe Mathieu-Daudé wrote:
> Linux Hexagon port doesn't define a specific 'struct stat'
> but uses the generic one (see Linux commit 6103ec56c65c [*]
> "asm-generic: add generic ABI headers" which predates the
> introduction of the Hexagon port).
>
> Remove the target
On Mon, Dec 6, 2021 at 3:21 PM Philippe Mathieu-Daudé wrote:
>
> Hi Laurent,
>
> What is your plan for this patch? Technically this is a bugfix.
I see the code was released for 6.0, so not a regression. Probably 7.0
material now.
> On 11/16/21 22:09, Philippe Mathieu-Daudé wrote:
> > Linux Hexag
Hi Laurent,
What is your plan for this patch? Technically this is a bugfix.
On 11/16/21 22:09, Philippe Mathieu-Daudé wrote:
> Linux Hexagon port doesn't define a specific 'struct stat'
> but uses the generic one (see Linux commit 6103ec56c65c [*]
> "asm-generic: add generic ABI headers" which pr
> -Original Message-
> From: Richard Henderson
> Sent: Wednesday, November 17, 2021 1:18 AM
> To: Philippe Mathieu-Daudé ; qemu-devel@nongnu.org
> Cc: Laurent Vivier ; Taylor Simpson
>
> Subject: Re: [PATCH] linux-user/hexagon: Use generic target_stat64
> struc
On 11/16/21 10:09 PM, Philippe Mathieu-Daudé wrote:
Linux Hexagon port doesn't define a specific 'struct stat'
but uses the generic one (see Linux commit 6103ec56c65c [*]
"asm-generic: add generic ABI headers" which predates the
introduction of the Hexagon port).
Remove the target specific targe
Linux Hexagon port doesn't define a specific 'struct stat'
but uses the generic one (see Linux commit 6103ec56c65c [*]
"asm-generic: add generic ABI headers" which predates the
introduction of the Hexagon port).
Remove the target specific target_stat (which in fact is the
target_stat64 structure b