mbox

[PULL,0/9] Linux user for 5.2 patches

Message ID 20200902232701.13299-1-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request

Message

Laurent Vivier Sept. 2, 2020, 11:26 p.m. UTC
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

Comments

Peter Maydell Sept. 4, 2020, 10:23 p.m. UTC | #1
On Thu, 3 Sep 2020 at 00:28, Laurent Vivier <laurent@vivier.eu> wrote:
>
> 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()
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM