Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request...
commitc4e0780ed1ffd056f205348d387a61b4136a45df
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2019 18:40:43 +0000 (7 18:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2019 18:40:43 +0000 (7 18:40 +0000)
tree1b2f96807ab10e5b0d6210d2ad903223a70a20db
parent6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6
parent61b463fbf6cbf21fcd9abb5af765a19b88dbc1ba
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging

- Update netlink types to linux v5.0
- fix accept4/getpeername/getsockname/recvfrom/recvmsg/read
- add/fix ELF_PLATFORM ofr aarch64 and arm
- fix "may be used uninitialized" warnings
- Fix breakpoint support in Nios
- Nicer strace output of chroot() syscall

# gpg: Signature made Thu 07 Mar 2019 10:06:16 GMT
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/linux-user-for-4.0-pull-request:
  linux-user: add new netlink types
  linux-user: Nicer strace output of chroot() syscall
  linux-user: fix "may be used uninitialized" warnings
  linux-user: don't short-circuit read with zero length
  Fix breakpoint support in Nios II user-mode emulation.
  linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscalls
  linux-user: Fix ELF_PLATFORM for aarch64_be-linux-user
  linux-user: Add ELF_PLATFORM for arm
  linux-user: fix recvmsg emulation

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