Re: [PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-12-19 Thread Laurent Vivier
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

RE: [PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-12-15 Thread Taylor Simpson
> -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

Re: [PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-12-15 Thread Philippe Mathieu-Daudé
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

Re: [PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-12-06 Thread Philippe Mathieu-Daudé
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

Re: [PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-12-06 Thread Philippe Mathieu-Daudé
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

RE: [PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-11-17 Thread Taylor Simpson
> -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

Re: [PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-11-16 Thread Richard Henderson
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

[PATCH] linux-user/hexagon: Use generic target_stat64 structure

2021-11-16 Thread Philippe Mathieu-Daudé
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