qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/6] Linux user for 4.1 patches
@ 2019-06-26 12:11 Laurent Vivier
  2019-06-26 12:11 ` [Qemu-devel] [PULL 1/6] util/path: Do not cache all filenames at startup Laurent Vivier
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Laurent Vivier @ 2019-06-26 12:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, Laurent Vivier

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



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PULL 0/6] Linux user for 4.1 patches
@ 2019-07-02 15:05 Laurent Vivier
  2019-07-02 21:52 ` no-reply
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Laurent Vivier @ 2019-07-02 15:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Aleksandar Markovic, Riku Voipio,
	Laurent Vivier, Aurelien Jarno

The following changes since commit 7d0e02405fc02a181319b1ab8681d2f72246b7c6:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2019-07-01 17:40:32 +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 01154f792d254ae60a8a7ed6b363f1ed9a511204:

  linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function (2019-07-02 16:56:46 +0200)

----------------------------------------------------------------
Add statx
Fix netlink with IFLA_BR_MULTI_BOOLOPT
Fix mips (EXCP_FPE, struct flock)

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

Aleksandar Markovic (3):
  linux-user: Fix target_flock structure for MIPS O64 ABI
  linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK
  linux-user: Handle EXCP_FPE properly for MIPS

Aleksandar Rikalo (1):
  linux-user: Add support for translation of statx() syscall

Jim Wilson (1):
  linux-user: Add support for strace for statx() syscall

Laurent Vivier (1):
  linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function

 linux-user/fd-trans.c          |  12 ++--
 linux-user/generic/fcntl.h     |   8 ++-
 linux-user/mips/cpu_loop.c     |  17 +++++
 linux-user/mips/target_fcntl.h |  17 ++++-
 linux-user/strace.c            |  86 ++++++++++++++++++++++++
 linux-user/strace.list         |   3 +
 linux-user/syscall.c           | 115 ++++++++++++++++++++++++++++++++-
 linux-user/syscall_defs.h      |  37 +++++++++++
 8 files changed, 283 insertions(+), 12 deletions(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-07-03 20:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-26 12:11 [Qemu-devel] [PULL 0/6] Linux user for 4.1 patches Laurent Vivier
2019-06-26 12:11 ` [Qemu-devel] [PULL 1/6] util/path: Do not cache all filenames at startup Laurent Vivier
2019-06-26 12:11 ` [Qemu-devel] [PULL 2/6] linux-user: emulate msgsnd(), msgrcv() and semtimedop() Laurent Vivier
2019-06-26 12:11 ` [Qemu-devel] [PULL 3/6] linux-user: Add support for setsockopt() option SOL_ALG Laurent Vivier
2019-06-26 12:11 ` [Qemu-devel] [PULL 4/6] linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIP Laurent Vivier
2019-06-26 12:11 ` [Qemu-devel] [PULL 5/6] linux-user: update PPC64 HWCAP2 feature list Laurent Vivier
2019-06-26 12:11 ` [Qemu-devel] [PULL 6/6] linux-user: set default PPC64 CPU Laurent Vivier
2019-07-01 15:59 ` [Qemu-devel] [PULL 0/6] Linux user for 4.1 patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2019-07-02 15:05 Laurent Vivier
2019-07-02 21:52 ` no-reply
2019-07-02 22:17 ` no-reply
2019-07-03  2:08 ` no-reply
2019-07-03  2:13 ` no-reply
2019-07-03  5:35 ` no-reply
2019-07-03  6:32 ` no-reply
2019-07-03 20:18 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).