qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/13] Linux user for 5.0 patches
@ 2020-02-20  9:20 Laurent Vivier
  2020-02-20  9:20 ` [PULL 01/13] linux-user: Implement membarrier syscall Laurent Vivier
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Laurent Vivier @ 2020-02-20  9:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Markovic, Aleksandar Rikalo, Riku Voipio,
	Laurent Vivier, Aurelien Jarno

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



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

end of thread, other threads:[~2020-02-21 11:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20  9:20 [PULL 00/13] Linux user for 5.0 patches Laurent Vivier
2020-02-20  9:20 ` [PULL 01/13] linux-user: Implement membarrier syscall Laurent Vivier
2020-02-20  9:20 ` [PULL 02/13] linux-user: implement getsockopt SO_RCVTIMEO and SO_SNDTIMEO Laurent Vivier
2020-02-20  9:20 ` [PULL 03/13] configure: linux-user doesn't need neither fdt nor slirp Laurent Vivier
2020-02-20  9:20 ` [PULL 04/13] linux-user/strace: Improve output of various syscalls Laurent Vivier
2020-02-20  9:20 ` [PULL 05/13] configure: Avoid compiling system tools on user build by default Laurent Vivier
2020-02-20  9:20 ` [PULL 06/13] linux-user: Use `qemu_log' for non-strace logging Laurent Vivier
2020-02-20  9:20 ` [PULL 07/13] linux-user: Use `qemu_log' for strace Laurent Vivier
2020-02-20  9:20 ` [PULL 08/13] linux-user: remove gemu_log from the linux-user tree Laurent Vivier
2020-02-20  9:20 ` [PULL 09/13] linux-user: Add support for getting alsa timer version and id Laurent Vivier
2020-02-20  9:20 ` [PULL 10/13] linux-user: Add support for getting/setting specified alsa timer parameters using ioctls Laurent Vivier
2020-02-20  9:20 ` [PULL 11/13] linux-user: Add support for selecting alsa timer using ioctl Laurent Vivier
2020-02-20  9:20 ` [PULL 12/13] linux-user: Add support for getting/setting selected alsa timer parameters using ioctls Laurent Vivier
2020-02-20  9:20 ` [PULL 13/13] linux-user: Add support for selected alsa timer instructions " Laurent Vivier
2020-02-21 11:24 ` [PULL 00/13] Linux user for 5.0 patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).