From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/9] Linux user for 5.2 patches
Date: Thu, 3 Sep 2020 01:26:52 +0200 [thread overview]
Message-ID: <20200902232701.13299-1-laurent@vivier.eu> (raw)
The following changes since commit 887adde81d1f1f3897f1688d37ec6851b4fdad86:
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' int=
o staging (2020-09-01 22:50:23 +0100)
are available in the Git repository at:
git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request
for you to fetch changes up to 9a5a5a05523651d4c887388a6e0d0e446ffb279d:
linux-user: Add support for btrfs ioctls used to scrub a filesystem (2020-0=
9-03 01:09:35 +0200)
----------------------------------------------------------------
Add btrfs support
Fix MK_ARRAY()
----------------------------------------------------------------
Filip Bozuta (8):
linux-user: Add support for a group of btrfs ioctls used for
subvolumes
linux-user: Add support for a group of btrfs ioctls used for snapshots
linux-user: Add support for btrfs ioctls used to manipulate with
devices
linux-user: Add support for btrfs ioctls used to get/set features
linux-user: Add support for a group of btrfs inode ioctls
linux-user: Add support for two btrfs ioctls used for subvolume
linux-user: Add support for btrfs ioctls used to manage quota
linux-user: Add support for btrfs ioctls used to scrub a filesystem
Laurent Vivier (1):
linux-user: fix implicit conversion from enumeration type error
configure | 9 ++
include/exec/user/thunk.h | 2 +-
linux-user/ioctls.h | 124 ++++++++++++++++++++++++++++
linux-user/syscall.c | 3 +
linux-user/syscall_defs.h | 37 +++++++++
linux-user/syscall_types.h | 163 +++++++++++++++++++++++++++++++++++++
6 files changed, 337 insertions(+), 1 deletion(-)
--=20
2.26.2
next reply other threads:[~2020-09-02 23:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-02 23:26 Laurent Vivier [this message]
2020-09-02 23:26 ` [PULL 1/9] linux-user: fix implicit conversion from enumeration type error Laurent Vivier
2020-09-02 23:26 ` [PULL 2/9] linux-user: Add support for a group of btrfs ioctls used for subvolumes Laurent Vivier
2020-09-02 23:26 ` [PULL 3/9] linux-user: Add support for a group of btrfs ioctls used for snapshots Laurent Vivier
2020-09-02 23:26 ` [PULL 4/9] linux-user: Add support for btrfs ioctls used to manipulate with devices Laurent Vivier
2020-09-02 23:26 ` [PULL 5/9] linux-user: Add support for btrfs ioctls used to get/set features Laurent Vivier
2020-09-02 23:26 ` [PULL 6/9] linux-user: Add support for a group of btrfs inode ioctls Laurent Vivier
2020-09-02 23:26 ` [PULL 7/9] linux-user: Add support for two btrfs ioctls used for subvolume Laurent Vivier
2020-09-02 23:27 ` [PULL 8/9] linux-user: Add support for btrfs ioctls used to manage quota Laurent Vivier
2020-09-02 23:27 ` [PULL 9/9] linux-user: Add support for btrfs ioctls used to scrub a filesystem Laurent Vivier
2020-09-04 22:23 ` [PULL 0/9] Linux user for 5.2 patches 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=20200902232701.13299-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
/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).