Re: [PATCH 11/16] bsd-user: Implement do_sysctl_kern_proc_filedesc

2023-04-08 Thread Richard Henderson
On 4/5/23 14:36, Warner Losh wrote: From: Stacey Son Implement do_sysctl_kern_proc_filedesc. This pulls kern.proc.filedesc out of the host kernel and converts it to the guest's format. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/freebsd/os-sys.c | 193 +++

[PATCH 11/16] bsd-user: Implement do_sysctl_kern_proc_filedesc

2023-04-05 Thread Warner Losh
From: Stacey Son Implement do_sysctl_kern_proc_filedesc. This pulls kern.proc.filedesc out of the host kernel and converts it to the guest's format. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/freebsd/os-sys.c | 193 ++ bsd-user/qemu.h