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

2013-10-16 Thread Peter Maydell
On 16 October 2013 15:36, Stacey Son wrote: > This patch series adds a significant number of system calls and mips/arm > support for bsd-user. In its current state it can emulate most > FreeBSD mips/mips64 and arm target binaries on a x86 host in a simple > chroot environment. (see https://wiki.f

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

2013-10-16 Thread Stacey Son
This patch series adds a significant number of system calls and mips/arm support for bsd-user. In its current state it can emulate most FreeBSD mips/mips64 and arm target binaries on a x86 host in a simple chroot environment. (see https://wiki.freebsd.org/QemuUserModeHowTo for the details.) Besid