From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwrWG-0000Ye-MB for qemu-devel@nongnu.org; Wed, 10 Jul 2013 06:21:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwrW3-00007B-Ay for qemu-devel@nongnu.org; Wed, 10 Jul 2013 06:21:08 -0400 Received: from afflict.kos.to ([92.243.29.197]:38807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwrW3-00006H-2F for qemu-devel@nongnu.org; Wed, 10 Jul 2013 06:20:55 -0400 Received: from kos.to (unknown [193.120.41.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 7BF1E26545 for ; Wed, 10 Jul 2013 12:20:52 +0200 (CEST) From: riku.voipio@linaro.org Date: Wed, 10 Jul 2013 13:20:43 +0300 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL] linux-user fixes 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 patchset has been gathered by Peter Maydell, Thanks! The following changes since commit ab8bf29078e0ab8347e2ff8b4e5542f7a0c751= cf: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-07= -03 08:37:00 -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 8384274eda1d7cb01f326143fa6118562c1eb5be: linux-user: Do not ignore mmap failure from host (2013-07-05 15:45:40 += 0300) ---------------------------------------------------------------- Andreas Schwab (2): linux-user: handle /proc/$$ like /proc/self linux-user: fix signal number range check J=C3=BCrg Billeter (1): linux-user: Do not ignore mmap failure from host Laurent Vivier (1): linux-user: add SIOCADDRT/SIOCDELRT support Petar Jovanovic (1): linux-user: improve target_to_host_sock_type conversion Peter Maydell (2): linux-user: Fix sys_utimensat (would not compile on old glibc) user-exec.c: Set is_write correctly in the ARM cpu_signal_handler() linux-user/ioctls.h | 6 ++- linux-user/mmap.c | 4 ++ linux-user/signal.c | 4 +- linux-user/socket.h | 381 +++++++++++++++++++++++++++++++++++++++++++++= ++++++++++++++++++++++++++++++++++++++++++-------------------------------= --------------- linux-user/syscall.c | 188 +++++++++++++++++++++++++++++++++++++++++++++= ++++++--------------- user-exec.c | 8 ++- 6 files changed, 413 insertions(+), 178 deletions(-) --=20 1.8.1.2