Re: [Qemu-devel] [PATCH 22/23] bsd-user: add more strace formating

2013-06-24 Thread Stacey Son
On Jun 24, 2013, at 12:41 PM, Peter Maydell wrote: > On 24 June 2013 03:03, Stacey Son wrote: >> This change add more strace formating for popular system calls. It also >> separates out *BSD and architecture dependent code. In addition, it >> changes TARGET_OS in configure (and in the associat

Re: [Qemu-devel] [PATCH 22/23] bsd-user: add more strace formating

2013-06-24 Thread Peter Maydell
On 24 June 2013 03:03, Stacey Son wrote: > This change add more strace formating for popular system calls. It also > separates out *BSD and architecture dependent code. In addition, it > changes TARGET_OS in configure (and in the associated makefiles) to > what it should really be: HOST_OS. You

[Qemu-devel] [PATCH 22/23] bsd-user: add more strace formating

2013-06-24 Thread Stacey Son
This change add more strace formating for popular system calls. It also separates out *BSD and architecture dependent code. In addition, it changes TARGET_OS in configure (and in the associated makefiles) to what it should really be: HOST_OS. Signed-off-by: Stacey Son --- Makefile.target