Re: [Qemu-devel] [PATCH 4/4] bsd-user: move arch/OS dependent code out of syscall.c

2014-07-03 Thread Peter Maydell
On 20 June 2014 01:19, Sean Bruno wrote: > From: Stacey Son > > This change moves the system call handler for sysctl(2) and > sysarch(2) from syscall.c to the OS and arch dependent directories. > This eliminates many of the #ifdef's in syscall.c. These system > call handlers are now located in t

[Qemu-devel] [PATCH 4/4] bsd-user: move arch/OS dependent code out of syscall.c

2014-06-19 Thread Sean Bruno
From: Stacey Son This change moves the system call handler for sysctl(2) and sysarch(2) from syscall.c to the OS and arch dependent directories. This eliminates many of the #ifdef's in syscall.c. These system call handlers are now located in the host os and target arch directories. Signed-off-b