qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] Linux user for 5.2 patches
@ 2020-09-02 23:26 Laurent Vivier
  2020-09-02 23:26 ` [PULL 1/9] linux-user: fix implicit conversion from enumeration type error Laurent Vivier
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Laurent Vivier @ 2020-09-02 23:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier

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



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

end of thread, other threads:[~2020-09-04 22:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02 23:26 [PULL 0/9] Linux user for 5.2 patches Laurent Vivier
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

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).