From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8OC-0007pb-8I for qemu-devel@nongnu.org; Mon, 11 Mar 2013 15:28:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF8O0-000311-EP for qemu-devel@nongnu.org; Mon, 11 Mar 2013 15:28:04 -0400 Received: from afflict.kos.to ([92.243.29.197]:34974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8O0-00030f-8Q for qemu-devel@nongnu.org; Mon, 11 Mar 2013 15:27:52 -0400 Received: from kos.to (a91-156-58-157.elisa-laajakaista.fi [91.156.58.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 8682326547 for ; Mon, 11 Mar 2013 20:27:50 +0100 (CET) From: riku.voipio@linaro.org Date: Mon, 11 Mar 2013 21:27:37 +0200 Message-Id: Subject: [Qemu-devel] [PULL] 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 Hi, This is my patch queue for linux-user. Please pull. The following changes since commit fa3889162ff724d09eb6b6bd06ba54769100a77f: Merge remote-tracking branch 'origin/master' into staging (2013-03-10 20:39:17 -0500) are available in the git repository at: git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream Dillon Amburgey (3): linux-user: Add Alpha socket constants linux-user: Support setgroups syscall with no groups linux-user: Add more sparc syscall numbers John Rigby (2): linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex linux-user: fix futex strace of FUTEX_CLOCK_REALTIME Laurent Vivier (1): linux-user: improve print_fcntl() Peter Maydell (5): linux-user: Fix layout of usage table to account for option text linux-user: make bogus negative iovec lengths fail EINVAL linux-user: Implement sendfile and sendfile64 linux-user: Implement accept4 linux-user/syscall.c: Don't warn about unimplemented get_robust_list configure | 17 ++++++ linux-user/main.c | 24 +++++--- linux-user/socket.h | 69 +++++++++++++++++++++ linux-user/sparc/syscall_nr.h | 2 + linux-user/strace.c | 103 +++++++++++++++++++++++++------ linux-user/syscall.c | 134 ++++++++++++++++++++++++++++++++++------- 6 files changed, 302 insertions(+), 47 deletions(-) -- 1.7.10.4