From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1E0e-000468-7i for qemu-devel@nongnu.org; Sun, 29 Jun 2014 08:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1E0X-0000bY-Ls for qemu-devel@nongnu.org; Sun, 29 Jun 2014 08:15:04 -0400 Received: from [2001:4b98:dc0:45:216:3eff:fe3d:166f] (port=41856 helo=afflict.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1E0X-0000al-Eb for qemu-devel@nongnu.org; Sun, 29 Jun 2014 08:14:57 -0400 From: riku.voipio@linaro.org Date: Sun, 29 Jun 2014 15:14:40 +0300 Message-Id: Subject: [Qemu-devel] [PULL v2 00/13] linux-user changes for 2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Riku Voipio , Anthony Liguori From: Riku Voipio The following changes since commit de6793e8c2a4d34e28e5ea385276249fc98109ec: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140627' into staging (2014-06-29 11:43:31 +0100) are available in the git repository at: git://git.linaro.org/people/riku.voipio/qemu.git linux-user-for-upstream for you to fetch changes up to f63eb01ac7a5b4437d5589ad4343527534bf9d0b: linux-user: support the SIOCGIFINDEX ioctl (2014-06-29 14:19:59 +0300) Changes since v1 - dropped those patches from Paul that add new syscalls from this round, since the won't compile with older libc's. Christophe Lyon (1): Add support for MAP_NORESERVE mmap flag. Paul Burton (11): linux-user: translate the result of getsockopt SO_TYPE linux-user: support SO_ACCEPTCONN getsockopt option linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options linux-user: support SO_PASSSEC setsockopt option linux-user: allow NULL arguments to mount linux-user: support strace of epoll_create1 linux-user: fix struct target_epoll_event layout for MIPS linux-user: respect timezone for settimeofday linux-user: allow NULL tv argument for settimeofday linux-user: support the KDSIGACCEPT ioctl linux-user: support the SIOCGIFINDEX ioctl Wim Vander Schelden (1): linux-user: added fake open() for /proc/self/cmdline linux-user/ioctls.h | 2 + linux-user/socket.h | 5 ++ linux-user/strace.list | 3 + linux-user/syscall.c | 215 ++++++++++++++++++++++++++++++++++++++++------ linux-user/syscall_defs.h | 9 +- 5 files changed, 207 insertions(+), 27 deletions(-) -- 2.0.0.rc2