[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL v2 00/13] linux-user changes for 2.1
From: |
riku . voipio |
Subject: |
[Qemu-devel] [PULL v2 00/13] linux-user changes for 2.1 |
Date: |
Sun, 29 Jun 2014 15:14:40 +0300 |
From: Riku Voipio <address@hidden>
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
- [Qemu-devel] [PULL v2 00/13] linux-user changes for 2.1,
riku . voipio <=
- [Qemu-devel] [PULL v2 01/13] Add support for MAP_NORESERVE mmap flag., riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 03/13] linux-user: translate the result of getsockopt SO_TYPE, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 04/13] linux-user: support SO_ACCEPTCONN getsockopt option, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 08/13] linux-user: support strace of epoll_create1, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 05/13] linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 06/13] linux-user: support SO_PASSSEC setsockopt option, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 12/13] linux-user: support the KDSIGACCEPT ioctl, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 07/13] linux-user: allow NULL arguments to mount, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 11/13] linux-user: allow NULL tv argument for settimeofday, riku . voipio, 2014/06/29
- [Qemu-devel] [PULL v2 10/13] linux-user: respect timezone for settimeofday, riku . voipio, 2014/06/29