[PULL 0/1] Linux user for 4.2 patches

Laurent Vivier posted 1 patch 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191125163014.16789-1-laurent@vivier.eu
linux-user/syscall.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[PULL 0/1] Linux user for 4.2 patches
Posted by Laurent Vivier 4 years, 5 months ago
The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)

are available in the Git repository at:

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

for you to fetch changes up to d1e26707410067891ab5199f7e9d09afa2fbc0f6:

  linux-user: fix translation of statx structures (2019-11-25 12:57:58 +0100)

----------------------------------------------------------------
fix translation of statx structures

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

Ariadne Conill (1):
  linux-user: fix translation of statx structures

 linux-user/syscall.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.21.0


Re: [PULL 0/1] Linux user for 4.2 patches
Posted by Peter Maydell 4 years, 5 months ago
On Mon, 25 Nov 2019 at 16:34, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-4.2-pull-request
>
> for you to fetch changes up to d1e26707410067891ab5199f7e9d09afa2fbc0f6:
>
>   linux-user: fix translation of statx structures (2019-11-25 12:57:58 +0100)
>
> ----------------------------------------------------------------
> fix translation of statx structures
>
> ----------------------------------------------------------------
>
> Ariadne Conill (1):
>   linux-user: fix translation of statx structures
>
>  linux-user/syscall.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)



Applied, thanks.

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

-- PMM