]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/freebsd/os-syscall.c
bsd-user: Add glue for statfs related system calls
authorWarner Losh <imp@bsdimp.com>
Sun, 13 Aug 2023 08:41:52 +0000 (10:41 +0200)
committerWarner Losh <imp@bsdimp.com>
Mon, 28 Aug 2023 18:16:18 +0000 (12:16 -0600)
commitd7e9a545084ba1ded8fe864697db174cc3e6ebe2
treebf389a12d609c2fad5e8486b6b1b6c7785e04d50
parent6fe97c6cf7969bcf809a89ecabc30acf10b77735
bsd-user: Add glue for statfs related system calls

Add glue to call the following syscalls to the freebsd_syscall:

freebsd11_statfs
statfs
freebsd11_fstatfs
fstatfs
freebsd11_getfsstat
getfsstat

Signed-off-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/freebsd/os-syscall.c