qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/9] Linux user for 5.2 patches


From: Laurent Vivier
Subject: [PULL 0/9] Linux user for 5.2 patches
Date: Thu, 3 Sep 2020 01:26:52 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]