Re: [Qemu-devel] [PATCH v3 03/13] 9p: darwin: Handle struct stat(fs) differences

2018-06-25 Thread Greg Kurz
On Sat, 16 Jun 2018 20:56:47 -0400 Keno Fischer wrote: > Signed-off-by: Keno Fischer > --- The problem with 'struct stat' and 'struct statfs' is that they're not only system types, but also part of the FileOperations API in fsdev/file-op-9p.h: int (*lstat)(FsContext *, V9fsPath *, struct s

[Qemu-devel] [PATCH v3 03/13] 9p: darwin: Handle struct stat(fs) differences

2018-06-16 Thread Keno Fischer
Signed-off-by: Keno Fischer --- fsdev/virtfs-proxy-helper.c | 14 +++--- hw/9pfs/9p-proxy.c | 17 ++--- hw/9pfs/9p-synth.c | 2 ++ hw/9pfs/9p.c| 16 ++-- 4 files changed, 41 insertions(+), 8 deletions(-) diff --git a/fsdev/virtfs