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

2014-06-07 Thread Peter Maydell
On 6 June 2014 14:49, Sean Bruno wrote: > Add strace support for print_sysarch for all architectures for freebsd. > NetBSD and OpenBSD are not implemented but stubbed out. In this case you really are implementing a new syscall ("sysarch") and the commit message says it's just strace support! >

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

2014-06-06 Thread Sean Bruno
Add strace support for print_sysarch for all architectures for freebsd. NetBSD and OpenBSD are not implemented but stubbed out. Signed-off-by: Sean Bruno --- bsd-user/arm/syscall.h | 36 bsd-user/arm/syscall.h.orig| 0 bsd-user/arm/target_arch_sysarc