[Qemu-devel] [PULL 0/6] Linux user for 4.1 patches

Laurent Vivier posted 6 patches 4 years, 10 months ago
Test docker-clang@ubuntu passed
Test s390x failed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190626121139.19114-1-laurent@vivier.eu
Maintainers: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/elfload.c        |  12 ++-
linux-user/ppc/target_elf.h |   2 +-
linux-user/syscall.c        | 111 +++++++++++++++------
linux-user/syscall_defs.h   |   1 +
util/path.c                 | 193 ++++++++----------------------------
5 files changed, 135 insertions(+), 184 deletions(-)
[Qemu-devel] [PULL 0/6] Linux user for 4.1 patches
Posted by Laurent Vivier 4 years, 10 months ago
The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde:

  Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 15:40:50 +0100)

are available in the Git repository at:

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

for you to fetch changes up to b50d1e42a4a7dc746ecd42c34c386d81a997759c:

  linux-user: set default PPC64 CPU (2019-06-24 23:10:36 +0200)

----------------------------------------------------------------
Update ppc64 feature and default CPU
next setsockops() options
Improve "-L" option
Another fix for 5.2-rc1 headers

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

Laurent Vivier (3):
  linux-user: emulate msgsnd(), msgrcv() and semtimedop()
  linux-user: update PPC64 HWCAP2 feature list
  linux-user: set default PPC64 CPU

Neng Chen (1):
  linux-user: Add support for setsockopt() options
    IPV6_<ADD|DROP>_MEMBERSHIP

Richard Henderson (1):
  util/path: Do not cache all filenames at startup

Yunqiang Su (1):
  linux-user: Add support for setsockopt() option SOL_ALG

 linux-user/elfload.c        |  12 ++-
 linux-user/ppc/target_elf.h |   2 +-
 linux-user/syscall.c        | 111 +++++++++++++++------
 linux-user/syscall_defs.h   |   1 +
 util/path.c                 | 193 ++++++++----------------------------
 5 files changed, 135 insertions(+), 184 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/6] Linux user for 4.1 patches
Posted by Peter Maydell 4 years, 9 months ago
On Wed, 26 Jun 2019 at 13:18, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde:
>
>   Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 15:40:50 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-4.1-pull-request
>
> for you to fetch changes up to b50d1e42a4a7dc746ecd42c34c386d81a997759c:
>
>   linux-user: set default PPC64 CPU (2019-06-24 23:10:36 +0200)
>
> ----------------------------------------------------------------
> Update ppc64 feature and default CPU
> next setsockops() options
> Improve "-L" option
> Another fix for 5.2-rc1 headers
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM