mbox

[PULL,v2,00/13] linux-user changes for 2.1

Message ID cover.1404041926.git.riku.voipio@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/riku.voipio/qemu.git linux-user-for-upstream

Message

Riku Voipio June 29, 2014, 12:14 p.m. UTC
From: Riku Voipio <riku.voipio@linaro.org>

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(-)

Comments

Peter Maydell June 29, 2014, 5:09 p.m. UTC | #1
On 29 June 2014 13:14,  <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> 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.

Applied, thanks.

-- PMM