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
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