On Fri, Sep 27, 2013 at 03:09:55PM +0300, riku.voi...@linaro.org wrote: > From: Riku Voipio <riku.voi...@linaro.org> > > The following changes since commit f828a4c8faa118e0ebab3e353ac6840f3b2a0318: > > Merge remote-tracking branch 'stefanha/tracing' into staging (2013-09-23 > 11:53:22 -0500) > > are available in the git repository at: > > git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream > > for you to fetch changes up to 53d09b761f032f50c4424e8649396a9041070bae: > > linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on host (2013-09-24 > 10:47:07 +0300)
Pulled, thanks Riku. Cheers, Edgar > > ---------------------------------------------------------------- > > Edgar E. Iglesias (1): > linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on host > > Kwok Cheung Yeung (1): > linux-user: Check type of microMIPS break instruction > > Laurent Vivier (5): > linux-user: convert /proc/net/route when endianess differs > linux-user: Add setsockopt(SO_ATTACH_FILTER) > linux-user: allow use of TIOCGSID > linux-user: add some IPV6 commands in setsockop() > linux-user: add support of binfmt_misc 'O' flag > > Petar Jovanovic (1): > linux-user: correct how SOL_SOCKET is converted from target to host > and back > > Richard Henderson (2): > alpha-linux-user: Fix umount syscall numbers > mips-linux-user: Adjust names in mips_syscall_args > > Riku Voipio (1): > [v2] linux-user: implement m68k atomic syscalls > > linux-user/alpha/syscall_nr.h | 4 +- > linux-user/ioctls.h | 1 + > linux-user/linuxload.c | 8 +- > linux-user/main.c | 92 +++++++++++++----- > linux-user/qemu.h | 2 +- > linux-user/strace.list | 9 +- > linux-user/syscall.c | 210 > +++++++++++++++++++++++++++++++++++++++--- > linux-user/syscall_defs.h | 12 +++ > 8 files changed, 288 insertions(+), 50 deletions(-) > > -- > 1.8.1.2 > >