The following changes since commit 6c599282f8ab382fe59f03a6cae755b89561a7b3:
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-02-15-v2' into staging (2020-02-17 13:32:25 +0000) are available in the Git repository at: git://github.com/vivier/qemu.git tags/linux-user-for-5.0-pull-request for you to fetch changes up to 045823a98c30fbcafa6d6b61a28b284de7038f07: linux-user: Add support for selected alsa timer instructions using ioctls (2020-02-19 11:17:40 +0100) ---------------------------------------------------------------- Implement membarrier, SO_RCVTIMEO and SO_SNDTIMEO Disable by default build of fdt, slirp and tools with linux-user Improve strace and use qemu_log to send trace to a file Add partial ALSA ioctl supports ---------------------------------------------------------------- Andreas Schwab (2): linux-user: Implement membarrier syscall linux-user: implement getsockopt SO_RCVTIMEO and SO_SNDTIMEO Filip Bozuta (5): linux-user: Add support for getting alsa timer version and id linux-user: Add support for getting/setting specified alsa timer parameters using ioctls linux-user: Add support for selecting alsa timer using ioctl linux-user: Add support for getting/setting selected alsa timer parameters using ioctls linux-user: Add support for selected alsa timer instructions using ioctls Helge Deller (1): linux-user/strace: Improve output of various syscalls Josh Kunz (3): linux-user: Use `qemu_log' for non-strace logging linux-user: Use `qemu_log' for strace linux-user: remove gemu_log from the linux-user tree Laurent Vivier (1): configure: linux-user doesn't need neither fdt nor slirp Philippe Mathieu-Daudé (1): configure: Avoid compiling system tools on user build by default configure | 22 +- include/qemu/log.h | 2 + linux-user/arm/cpu_loop.c | 5 +- linux-user/fd-trans.c | 55 +++-- linux-user/ioctls.h | 21 ++ linux-user/main.c | 39 +-- linux-user/qemu.h | 2 - linux-user/signal.c | 2 +- linux-user/strace.c | 479 +++++++++++++++++++------------------ linux-user/strace.list | 52 ++-- linux-user/syscall.c | 92 +++++-- linux-user/syscall_defs.h | 84 +++++++ linux-user/syscall_types.h | 66 +++++ linux-user/vm86.c | 3 +- util/log.c | 2 + 15 files changed, 600 insertions(+), 326 deletions(-) -- 2.24.1