All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 00/13] linux-user changes for 2.1
@ 2014-06-29 12:14 riku.voipio
  2014-06-29 12:14 ` [Qemu-devel] [PULL v2 01/13] Add support for MAP_NORESERVE mmap flag riku.voipio
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: riku.voipio @ 2014-06-29 12:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Riku Voipio, Anthony Liguori

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

-- 
2.0.0.rc2

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-06-29 17:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-29 12:14 [Qemu-devel] [PULL v2 00/13] linux-user changes for 2.1 riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 01/13] Add support for MAP_NORESERVE mmap flag riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 02/13] linux-user: added fake open() for /proc/self/cmdline riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 03/13] linux-user: translate the result of getsockopt SO_TYPE riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 04/13] linux-user: support SO_ACCEPTCONN getsockopt option riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 05/13] linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 06/13] linux-user: support SO_PASSSEC setsockopt option riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 07/13] linux-user: allow NULL arguments to mount riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 08/13] linux-user: support strace of epoll_create1 riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 09/13] linux-user: fix struct target_epoll_event layout for MIPS riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 10/13] linux-user: respect timezone for settimeofday riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 11/13] linux-user: allow NULL tv argument " riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 12/13] linux-user: support the KDSIGACCEPT ioctl riku.voipio
2014-06-29 12:14 ` [Qemu-devel] [PULL v2 13/13] linux-user: support the SIOCGIFINDEX ioctl riku.voipio
2014-06-29 17:09 ` [Qemu-devel] [PULL v2 00/13] linux-user changes for 2.1 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.