Re: [PATCH v2 12/12] bsd-user: Add -strict

2023-02-16 Thread Warner Losh
On Tue, Feb 14, 2023 at 2:49 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 2/13/23 14:27, 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 v2 12/12] bsd-user: Add -strict

2023-02-14 Thread Richard Henderson
On 2/13/23 14:27, 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

Re: [PATCH v2 12/12] bsd-user: Add -strict

2023-02-14 Thread Philippe Mathieu-Daudé
On 14/2/23 01:27, 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 v2 12/12] bsd-user: Add -strict

2023-02-14 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