From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz4Gj-0003iE-Hx for qemu-devel@nongnu.org; Mon, 23 Jun 2014 09:26:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wz4Gc-0001AA-PN for qemu-devel@nongnu.org; Mon, 23 Jun 2014 09:26:45 -0400 Received: from [2001:4b98:dc0:45:216:3eff:fe3d:166f] (port=37347 helo=afflict.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz4Gc-00019W-Il for qemu-devel@nongnu.org; Mon, 23 Jun 2014 09:26:38 -0400 From: riku.voipio@linaro.org Date: Mon, 23 Jun 2014 16:26:15 +0300 Message-Id: Subject: [Qemu-devel] [PULL 00/19] linux-user changes for 2.1 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 d9c1647d896d3192cba9dbf98fb7efab876edde5: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2014-06-23 12:55:22 +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 1f1fb45ffe2a67bc1853b55b1d029fcee37d546a: linux-user: support the SIOCGIFINDEX ioctl (2014-06-23 16:00:23 +0300) Christophe Lyon (1): Add support for MAP_NORESERVE mmap flag. Hunter Laux (1): Add support for the arm breakpoint syscall Paul Burton (16): 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 timerfd_{create, gettime, settime} syscalls linux-user: support ioprio_{get, set} syscalls linux-user: support {name_to, open_by}_handle_at syscalls linux-user: support the setns syscall linux-user: support the unshare syscall 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/arm/syscall.h | 1 + linux-user/ioctls.h | 2 + linux-user/main.c | 4 + linux-user/socket.h | 5 + linux-user/strace.c | 30 ++++ linux-user/strace.list | 21 +++ linux-user/syscall.c | 347 ++++++++++++++++++++++++++++++++++++++++++---- linux-user/syscall_defs.h | 9 +- 8 files changed, 392 insertions(+), 27 deletions(-) -- 2.0.0