Re: [PATCH 06/16] bsd-user: Remove OpenBSD 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 openbsd/os-syscall.c, but those aren't ready for upstreaming. Signed-off-by: Warner Losh --- bsd-user/qemu.h | 5 - bsd-user/strace.c | 25 - 2

[PATCH 06/16] bsd-user: Remove OpenBSD specific syscall printing

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