[PULL 0/1] Linux user for 7.1 patches

Laurent Vivier posted 1 patch 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220810165029.2497766-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/syscall.c | 18 ++++++++++++++++++
meson.build          |  2 ++
2 files changed, 20 insertions(+)
[PULL 0/1] Linux user for 7.1 patches
Posted by Laurent Vivier 1 year, 7 months ago
The following changes since commit 61b6e67171c602cf6451e4928c9cdcc24c57a485:

  Update version for v7.1.0-rc2 release (2022-08-09 19:25:15 -0700)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/linux-user-for-7.1-pull-request

for you to fetch changes up to 3cd3df2a9584e6f753bb62a0028bd67124ab5532:

  linux-user: fix compat with glibc >= 2.36 sys/mount.h (2022-08-10 18:37:46 +0200)

----------------------------------------------------------------
Pull request linux-user 20220810

fix compat with glibc >= 2.36 sys/mount.h

----------------------------------------------------------------

Daniel P. Berrangé (1):
  linux-user: fix compat with glibc >= 2.36 sys/mount.h

 linux-user/syscall.c | 18 ++++++++++++++++++
 meson.build          |  2 ++
 2 files changed, 20 insertions(+)

-- 
2.37.1


Re: [PULL 0/1] Linux user for 7.1 patches
Posted by Richard Henderson 1 year, 7 months ago
On 8/10/22 09:50, Laurent Vivier wrote:
> The following changes since commit 61b6e67171c602cf6451e4928c9cdcc24c57a485:
> 
>    Update version for v7.1.0-rc2 release (2022-08-09 19:25:15 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/laurent_vivier/qemu.git tags/linux-user-for-7.1-pull-request
> 
> for you to fetch changes up to 3cd3df2a9584e6f753bb62a0028bd67124ab5532:
> 
>    linux-user: fix compat with glibc >= 2.36 sys/mount.h (2022-08-10 18:37:46 +0200)
> 
> ----------------------------------------------------------------
> Pull request linux-user 20220810
> 
> fix compat with glibc >= 2.36 sys/mount.h

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> 
> Daniel P. Berrangé (1):
>    linux-user: fix compat with glibc >= 2.36 sys/mount.h
> 
>   linux-user/syscall.c | 18 ++++++++++++++++++
>   meson.build          |  2 ++
>   2 files changed, 20 insertions(+)
>