Re: [Qemu-devel] [PATCH v3 00/19] bsd-user: Add system call and mips/arm support.

2014-05-08 Thread Peter Maydell
On 27 January 2014 20:18, Peter Maydell wrote: > On 27 January 2014 19:27, Stacey Son wrote: >> On Jan 27, 2014, at 1:15 PM, Peter Maydell wrote: >>> I've been hoping somebody who uses FreeBSD would review >>> these, but since nobody has I'm going to take a look at >>> them. However, I've notice

Re: [Qemu-devel] [PATCH v3 00/19] bsd-user: Add system call and mips/arm support.

2014-01-27 Thread Peter Maydell
On 27 January 2014 19:27, Stacey Son wrote: > On Jan 27, 2014, at 1:15 PM, Peter Maydell wrote: >> I've been hoping somebody who uses FreeBSD would review >> these, but since nobody has I'm going to take a look at >> them. However, I've noticed that none of the patches in >> this series have Sign

Re: [Qemu-devel] [PATCH v3 00/19] bsd-user: Add system call and mips/arm support.

2014-01-27 Thread Stacey Son
On Jan 27, 2014, at 1:15 PM, Peter Maydell wrote: > On 17 December 2013 11:52, Stacey Son wrote: >> [v3] >> >> - Rebases to commit f46e720a82ccdf1a521cf459448f3f96ed895d43 (HEAD). >> - Changes 'HOST_API_DIR' to 'HOST_VARIANT_DIR' for the BSD variant. >> - Fixes boundry condition bug in mmap()

Re: [Qemu-devel] [PATCH v3 00/19] bsd-user: Add system call and mips/arm support.

2014-01-27 Thread Peter Maydell
On 17 December 2013 11:52, Stacey Son wrote: > [v3] > > - Rebases to commit f46e720a82ccdf1a521cf459448f3f96ed895d43 (HEAD). > - Changes 'HOST_API_DIR' to 'HOST_VARIANT_DIR' for the BSD variant. > - Fixes boundry condition bug in mmap() system call handler. > - Fixes floating point support for MIP

[Qemu-devel] [PATCH v3 00/19] bsd-user: Add system call and mips/arm support.

2013-12-17 Thread Stacey Son
[v3] - Rebases to commit f46e720a82ccdf1a521cf459448f3f96ed895d43 (HEAD). - Changes 'HOST_API_DIR' to 'HOST_VARIANT_DIR' for the BSD variant. - Fixes boundry condition bug in mmap() system call handler. - Fixes floating point support for MIPS64. - Fixes execve() syscall handler so shell scripts ar