]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 29 Jun 2014 15:44:13 +0000 (16:44 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 29 Jun 2014 15:44:13 +0000 (16:44 +0100)
commit4f9c5be9191fb08d16023fb6fde1f1d802ce4b44
tree11fea0d284e6e0bbf1e20b91371c24df18c9a550
parent4daebe014effba37246b81d25acca5fa2df82f01
parentf63eb01ac7a5b4437d5589ad4343527534bf9d0b
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging

* remotes/riku/linux-user-for-upstream:
  linux-user: support the SIOCGIFINDEX ioctl
  linux-user: support the KDSIGACCEPT ioctl
  linux-user: allow NULL tv argument for settimeofday
  linux-user: respect timezone for settimeofday
  linux-user: fix struct target_epoll_event layout for MIPS
  linux-user: support strace of epoll_create1
  linux-user: allow NULL arguments to mount
  linux-user: support SO_PASSSEC setsockopt option
  linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options
  linux-user: support SO_ACCEPTCONN getsockopt option
  linux-user: translate the result of getsockopt SO_TYPE
  linux-user: added fake open() for /proc/self/cmdline
  Add support for MAP_NORESERVE mmap flag.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>