Re: [PATCH v3 03/11] 9p: darwin: Handle struct stat(fs) differences

2022-02-02 Thread Christian Schoenebeck
On Freitag, 28. Januar 2022 01:56:03 CET Will Cohen wrote: > From: Keno Fischer > > Signed-off-by: Keno Fischer > Signed-off-by: Michael Roitzsch > [Will Cohen: - Note lack of f_namelen and f_frsize on Darwin] > Signed-off-by: Will Cohen > --- > hw/9pfs/9p-proxy.c | 18 +++--- > h

[PATCH v3 03/11] 9p: darwin: Handle struct stat(fs) differences

2022-01-27 Thread Will Cohen
From: Keno Fischer Signed-off-by: Keno Fischer Signed-off-by: Michael Roitzsch [Will Cohen: - Note lack of f_namelen and f_frsize on Darwin] Signed-off-by: Will Cohen --- hw/9pfs/9p-proxy.c | 18 +++--- hw/9pfs/9p-synth.c | 2 ++ hw/9pfs/9p.c | 16 ++-- 3 files