aboutsummaryrefslogtreecommitdiff
path: root/scripts/rust/rustc_args.py
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2025-03-12 16:29:28 +0100
committerChristian Schoenebeck <qemu_oss@crudebyte.com>2025-05-05 11:28:29 +0200
commitf2bb367d2b265c6c0ead1e0d4a8f7c43310b3107 (patch)
treed38b516c4e75e3c2efda089ff547bc0d23091078 /scripts/rust/rustc_args.py
parent4f82ce8cd94f2601fb2b2e4cfe0cf5b44131817e (diff)
downloadqemu-f2bb367d2b265c6c0ead1e0d4a8f7c43310b3107.zip
qemu-f2bb367d2b265c6c0ead1e0d4a8f7c43310b3107.tar.gz
qemu-f2bb367d2b265c6c0ead1e0d4a8f7c43310b3107.tar.bz2
9pfs: Don't use file descriptors in core code
v9fs_getattr() currently peeks into V9fsFidOpenState to know if a fid has a valid file descriptor or directory stream. Even though the fields are accessible, this is an implementation detail of the local backend that should not be manipulated directly by the server code. Abstract that with a new has_valid_file_handle() backend operation. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Message-Id: <20250312152933.383967-3-groug@kaod.org> Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Diffstat (limited to 'scripts/rust/rustc_args.py')
0 files changed, 0 insertions, 0 deletions