Re: [PATCH 16/33] Implement host-target convertion functions

2023-08-08 Thread Warner Losh
On Tue, Aug 8, 2023 at 3:39 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/7/23 23:07, Karim Taha wrote: > > From: Stacey Son > > > > Implement the stat converstion functions: > > target_to_host_fcntl_cmd > > > > Signed-off-by: Stacey Son > > Signed-off-by: Karim Taha > > --

Re: [PATCH 16/33] Implement host-target convertion functions

2023-08-08 Thread Richard Henderson
On 8/7/23 23:07, Karim Taha wrote: From: Stacey Son Implement the stat converstion functions: target_to_host_fcntl_cmd Signed-off-by: Stacey Son Signed-off-by: Karim Taha --- bsd-user/freebsd/os-stat.c | 71 ++ 1 file changed, 71 insertions(+) Which h

[PATCH 16/33] Implement host-target convertion functions

2023-08-08 Thread Karim Taha
From: Stacey Son Implement the stat converstion functions: target_to_host_fcntl_cmd Signed-off-by: Stacey Son Signed-off-by: Karim Taha --- bsd-user/freebsd/os-stat.c | 71 ++ 1 file changed, 71 insertions(+) diff --git a/bsd-user/freebsd/os-stat.c b/bsd-u