Re: [Qemu-devel] [PATCH 3/9 v3] FreeBSD-user: Implement print_sysctl() syscall

2014-06-07 Thread Peter Maydell
On 6 June 2014 14:49, Sean Bruno wrote: Your commit message is inaccurate -- this patch isn't implementing a syscall, it's just adding support to QEMU's strace code for it. Something like "bsd-user: Implement strace support for 'syscall' syscall" would be better. If you fix that, then Reviewed-

[Qemu-devel] [PATCH 3/9 v3] FreeBSD-user: Implement print_sysctl() syscall

2014-06-06 Thread Sean Bruno
Signed-off-by: Sean Bruno --- bsd-user/freebsd/strace.list | 21 +++-- bsd-user/strace.c| 22 ++ 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list index 1edf412..3235f16 10064