Re: [PATCH 9/9] bsd-user: Add -strict

2023-02-13 Thread Warner Losh
On Sat, Feb 11, 2023 at 4:19 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 2/10/23 13:18, Warner Losh wrote: > > Most of the time, it's useful to make our best effort, but sometimes we > > want to know right away when we don't implement something. First place > > we use it is fo

Re: [PATCH 9/9] bsd-user: Add -strict

2023-02-11 Thread Richard Henderson
On 2/10/23 13:18, Warner Losh wrote: Most of the time, it's useful to make our best effort, but sometimes we want to know right away when we don't implement something. First place we use it is for unknown syscalls. Signed-off-by: Warner Losh --- bsd-user/freebsd/os-syscall.c | 4 bsd-us

[PATCH 9/9] bsd-user: Add -strict

2023-02-10 Thread Warner Losh
Most of the time, it's useful to make our best effort, but sometimes we want to know right away when we don't implement something. First place we use it is for unknown syscalls. Signed-off-by: Warner Losh --- bsd-user/freebsd/os-syscall.c | 4 bsd-user/main.c | 5 - bsd-us