From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPZqQ-0007f6-8P for qemu-devel@nongnu.org; Fri, 27 Sep 2013 11:20:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPZqK-0001M9-No for qemu-devel@nongnu.org; Fri, 27 Sep 2013 11:20:38 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:53180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPZqK-0001Lt-68 for qemu-devel@nongnu.org; Fri, 27 Sep 2013 11:20:32 -0400 Received: by mail-lb0-f171.google.com with SMTP id u14so2355323lbd.2 for ; Fri, 27 Sep 2013 08:20:29 -0700 (PDT) Date: Fri, 27 Sep 2013 17:20:20 +0200 From: "Edgar E. Iglesias" Message-ID: <20130927152020.GA30953@zapo.xilinx.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL] [PATCH 00/11] Linux-user updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: riku.voipio@linaro.org Cc: qemu-devel@nongnu.org On Fri, Sep 27, 2013 at 03:09:55PM +0300, riku.voipio@linaro.org wrote: > 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) 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 > >