From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPWsE-0005rq-Iv for qemu-devel@nongnu.org; Fri, 27 Sep 2013 08:10:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPWs8-000854-Cv for qemu-devel@nongnu.org; Fri, 27 Sep 2013 08:10:18 -0400 Received: from afflict.kos.to ([92.243.29.197]:51418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPWs8-00081j-5s for qemu-devel@nongnu.org; Fri, 27 Sep 2013 08:10:12 -0400 Received: from kos.to (a91-156-63-85.elisa-laajakaista.fi [91.156.63.85]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 28AD326556 for ; Fri, 27 Sep 2013 14:10:08 +0200 (CEST) From: riku.voipio@linaro.org Date: Fri, 27 Sep 2013 15:09:55 +0300 Message-Id: Subject: [Qemu-devel] [PULL] [PATCH 00/11] Linux-user updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio 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) ---------------------------------------------------------------- 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