Re: [PATCH 05/16] bsd-user: Remove NetBSD specific syscall printing

2023-04-08 Thread Richard Henderson
On 4/5/23 14:36, Warner Losh wrote: Nothing calls these routines now. In the bsd-user fork, though, they've moved to netbsd/os-syscall.c, but those aren't ready for upstreaming. Signed-off-by: Warner Losh --- bsd-user/qemu.h | 5 - bsd-user/strace.c | 17 - 2 files cha

[PATCH 05/16] bsd-user: Remove NetBSD specific syscall printing

2023-04-05 Thread Warner Losh
Nothing calls these routines now. In the bsd-user fork, though, they've moved to netbsd/os-syscall.c, but those aren't ready for upstreaming. Signed-off-by: Warner Losh --- bsd-user/qemu.h | 5 - bsd-user/strace.c | 17 - 2 files changed, 22 deletions(-) diff --git a/bsd-