Re: [Qemu-devel] [PATCH 05/10 v4] bsd-user: Implement new syscall print_sysarch and add strace support

2014-06-15 Thread Sean Bruno
On Sun, 2014-06-15 at 20:20 +0100, Peter Maydell wrote: > On 15 June 2014 16:33, Sean Bruno wrote: > > I think there's some confusion between the strace support for the new > > print_sysarch() and the existing syscall do_freebsd_sysarch(). > > Only because you've put parts of both in the same pat

Re: [Qemu-devel] [PATCH 05/10 v4] bsd-user: Implement new syscall print_sysarch and add strace support

2014-06-15 Thread Peter Maydell
On 15 June 2014 16:33, Sean Bruno wrote: > I think there's some confusion between the strace support for the new > print_sysarch() and the existing syscall do_freebsd_sysarch(). Only because you've put parts of both in the same patch :-) > If I follow the code, the existing do_freebsd_sysarch()

Re: [Qemu-devel] [PATCH 05/10 v4] bsd-user: Implement new syscall print_sysarch and add strace support

2014-06-15 Thread Sean Bruno
On Tue, 2014-06-10 at 23:53 +0100, Peter Maydell wrote: > On 8 June 2014 17:57, Sean Bruno wrote: > > Signed-off-by: Sean Bruno > > --- > > bsd-user/freebsd/os-strace.h | 29 + > > bsd-user/freebsd/strace.list | 2 +- > > bsd-user/i386/syscall.h|

Re: [Qemu-devel] [PATCH 05/10 v4] bsd-user: Implement new syscall print_sysarch and add strace support

2014-06-11 Thread Sean Bruno
On Tue, 2014-06-10 at 23:53 +0100, Peter Maydell wrote: > On 8 June 2014 17:57, Sean Bruno wrote: > > Signed-off-by: Sean Bruno > > --- > > bsd-user/freebsd/os-strace.h | 29 + > > bsd-user/freebsd/strace.list | 2 +- > > bsd-user/i386/syscall.h|

Re: [Qemu-devel] [PATCH 05/10 v4] bsd-user: Implement new syscall print_sysarch and add strace support

2014-06-10 Thread Peter Maydell
On 8 June 2014 17:57, Sean Bruno wrote: > Signed-off-by: Sean Bruno > --- > bsd-user/freebsd/os-strace.h | 29 + > bsd-user/freebsd/strace.list | 2 +- > bsd-user/i386/syscall.h| 21 + > bsd-user/i386/target_arch_sysarch.h| 78 > +

[Qemu-devel] [PATCH 05/10 v4] bsd-user: Implement new syscall print_sysarch and add strace support

2014-06-08 Thread Sean Bruno
Signed-off-by: Sean Bruno --- bsd-user/freebsd/os-strace.h | 29 + bsd-user/freebsd/strace.list | 2 +- bsd-user/i386/syscall.h| 21 + bsd-user/i386/target_arch_sysarch.h| 78 ++ bsd-user/netbsd/os-strace