From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
Laurent Vivier <laurent@vivier.eu>,
Artyom Tarasenko <atar4qemu@gmail.com>
Subject: [PULL 00/12] Linux user for 5.1 patches
Date: Sat, 4 Jul 2020 18:25:33 +0200 [thread overview]
Message-ID: <20200704162545.311133-1-laurent@vivier.eu> (raw)
The following changes since commit e7651153a8801dad6805d450ea8bef9b46c1adf5:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2020' into staging (2020-06-27 22:57:36 +0100)
are available in the Git repository at:
git://github.com/vivier/qemu.git tags/linux-user-for-5.1-pull-request
for you to fetch changes up to 8f902c540eccd72086e8f67d977e30e05659783f:
MAINTAINERS: update linux-user maintainer (2020-07-04 18:09:29 +0200)
----------------------------------------------------------------
linux-user pull request 2020-07-02
Update linux-user maintainer
Improve strace output for some syscalls
Display contents of ioctl() parameters
Fix sparc64 flushw operation
----------------------------------------------------------------
Chen Gang (1):
linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
Filip Bozuta (8):
linux-user: Extend strace support to enable argument printing after
syscall execution
linux-user: Add strace support for a group of syscalls
linux-user: Add strace support for printing argument of syscalls used
for extended attributes
linux-user: Add strace support for printing arguments of lseek()
linux-user: Add strace support for printing arguments of
chown()/lchown()
linux-user: Add strace support for printing arguments of fallocate()
linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS
linux-user: Add strace support for printing arguments of ioctl()
Giuseppe Musacchio (2):
target/sparc: Translate flushw opcode
linux-user/sparc64: Fix the handling of window spill trap
Riku Voipio (1):
MAINTAINERS: update linux-user maintainer
MAINTAINERS | 3 +-
bsd-user/main.c | 6 +-
configure | 10 +
include/exec/user/thunk.h | 1 +
linux-user/ioctls.h | 17 +-
linux-user/qemu.h | 40 +++-
linux-user/sparc/cpu_loop.c | 6 +-
linux-user/strace.c | 435 +++++++++++++++++++++++++++++++-----
linux-user/strace.list | 40 ++--
linux-user/syscall.c | 136 ++++++++---
linux-user/syscall_defs.h | 15 ++
linux-user/syscall_types.h | 33 +++
target/sparc/translate.c | 2 +
thunk.c | 154 +++++++++++++
14 files changed, 782 insertions(+), 116 deletions(-)
--
2.26.2
next reply other threads:[~2020-07-04 16:27 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-04 16:25 Laurent Vivier [this message]
2020-07-04 16:25 ` [PULL 01/12] target/sparc: Translate flushw opcode Laurent Vivier
2020-07-04 16:25 ` [PULL 02/12] linux-user/sparc64: Fix the handling of window spill trap Laurent Vivier
2020-07-04 16:25 ` [PULL 03/12] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION Laurent Vivier
2020-07-04 16:25 ` [PULL 04/12] linux-user: Extend strace support to enable argument printing after syscall execution Laurent Vivier
2020-07-04 16:25 ` [PULL 05/12] linux-user: Add strace support for a group of syscalls Laurent Vivier
2020-07-04 16:25 ` [PULL 06/12] linux-user: Add strace support for printing argument of syscalls used for extended attributes Laurent Vivier
2020-07-04 16:25 ` [PULL 07/12] linux-user: Add strace support for printing arguments of lseek() Laurent Vivier
2020-07-04 16:25 ` [PULL 08/12] linux-user: Add strace support for printing arguments of chown()/lchown() Laurent Vivier
2020-07-04 16:25 ` [PULL 09/12] linux-user: Add strace support for printing arguments of fallocate() Laurent Vivier
2020-07-04 16:25 ` [PULL 10/12] linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS Laurent Vivier
2020-07-04 16:25 ` [PULL 11/12] linux-user: Add strace support for printing arguments of ioctl() Laurent Vivier
2020-07-09 15:20 ` Peter Maydell
2020-07-09 15:28 ` Laurent Vivier
2020-07-04 16:25 ` [PULL 12/12] MAINTAINERS: update linux-user maintainer Laurent Vivier
2020-07-04 16:40 ` [PULL 00/12] Linux user for 5.1 patches no-reply
2020-07-04 16:53 ` no-reply
2020-07-07 10:16 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200704162545.311133-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=atar4qemu@gmail.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).