]> git.proxmox.com Git - mirror_qemu.git/commit
9p: darwin: Handle struct stat(fs) differences
authorKeno Fischer <keno@juliacomputing.com>
Sun, 27 Feb 2022 22:35:14 +0000 (17:35 -0500)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Mon, 7 Mar 2022 10:49:30 +0000 (11:49 +0100)
commitf41db099c71151291c269bf48ad006de9cbd9ca6
tree503e1eeab44a5944190628400900e5bd34ea16fc
parent6450084a66b6cf72b9126a8c8ecead7ddca896e9
9p: darwin: Handle struct stat(fs) differences

Signed-off-by: Keno Fischer <keno@juliacomputing.com>
Signed-off-by: Michael Roitzsch <reactorcontrol@icloud.com>
[Will Cohen: - Note lack of f_namelen and f_frsize on Darwin
             - Ensure that tv_sec and tv_nsec are both
               initialized for Darwin and non-Darwin]
Signed-off-by: Will Cohen <wwcohen@gmail.com>
Message-Id: <20220227223522.91937-4-wwcohen@gmail.com>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
hw/9pfs/9p-proxy.c
hw/9pfs/9p-synth.c
hw/9pfs/9p.c