[PULL 0/9] Linux user for 5.2 patches

Laurent Vivier posted 9 patches 5 years, 2 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200902232701.13299-1-laurent@vivier.eu
There is a newer version of this series
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(-)
[PULL 0/9] Linux user for 5.2 patches
Posted by Laurent Vivier 5 years, 2 months ago
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


Re: [PULL 0/9] Linux user for 5.2 patches
Posted by Peter Maydell 5 years, 2 months ago
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