mbox

[PULL,0/1] Linux user for 7.1 patches

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

Pull-request

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

Message

Laurent Vivier Aug. 10, 2022, 4:50 p.m. UTC
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(+)

Comments

Richard Henderson Aug. 10, 2022, 7:14 p.m. UTC | #1
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(+)
>