The following changes since commit 7d0e02405fc02a181319b1ab8681d2f72246b7c6:
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2019-07-01 17:40:32 +0100) are available in the Git repository at: git://github.com/vivier/qemu.git tags/linux-user-for-4.1-pull-request for you to fetch changes up to 01154f792d254ae60a8a7ed6b363f1ed9a511204: linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function (2019-07-02 16:56:46 +0200) ---------------------------------------------------------------- Add statx Fix netlink with IFLA_BR_MULTI_BOOLOPT Fix mips (EXCP_FPE, struct flock) ---------------------------------------------------------------- Aleksandar Markovic (3): linux-user: Fix target_flock structure for MIPS O64 ABI linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK linux-user: Handle EXCP_FPE properly for MIPS Aleksandar Rikalo (1): linux-user: Add support for translation of statx() syscall Jim Wilson (1): linux-user: Add support for strace for statx() syscall Laurent Vivier (1): linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function linux-user/fd-trans.c | 12 ++-- linux-user/generic/fcntl.h | 8 ++- linux-user/mips/cpu_loop.c | 17 +++++ linux-user/mips/target_fcntl.h | 17 ++++- linux-user/strace.c | 86 ++++++++++++++++++++++++ linux-user/strace.list | 3 + linux-user/syscall.c | 115 ++++++++++++++++++++++++++++++++- linux-user/syscall_defs.h | 37 +++++++++++ 8 files changed, 283 insertions(+), 12 deletions(-) -- 2.21.0