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

Laurent Vivier posted 9 patches 4 years, 11 months ago
Failed in applying to current master (apply log)
linux-user/elfload.c      | 22 ++++++++----
linux-user/ioctls.h       |  3 ++
linux-user/mmap.c         | 72 +++++++++++++++++++++------------------
linux-user/qemu.h         |  2 +-
linux-user/syscall.c      | 49 ++++++++++++++++++++++++--
linux-user/syscall_defs.h | 57 ++++++++++++++++++++-----------
6 files changed, 143 insertions(+), 62 deletions(-)
[Qemu-devel] [PULL v2 0/9] Linux user for 4.1 patches
Posted by Laurent Vivier 4 years, 11 months ago
The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +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 5f992db605e2c9ed0c8816c2b0f68b9bc8698f1b:

  linux-user: Pass through nanosecond timestamp components for stat syscalls (2019-05-24 13:16:21 +0200)

----------------------------------------------------------------
Add /proc/hardware and /proc/cpuinfo,
update SIOCXXX ioctls,
fix shmat emulation,
add nanoseconds in stat,
init field fp_abi on mips

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

Aleksandar Markovic (2):
  linux-user: Fix support for SIOCATMARK and SIOCGPGRP ioctls for xtensa
  linux-user: Add support for SIOCSPGRP ioctl for all targets

Chen-Yu Tsai (1):
  linux-user: Pass through nanosecond timestamp components for stat
    syscalls

Daniel Santos (1):
  linux-user: Sanitize interp_info and, for mips only, init field fp_abi

Laurent Vivier (2):
  linux-user: add pseudo /proc/cpuinfo for sparc
  linux-user: add pseudo /proc/hardware for m68k

Neng Chen (1):
  linux-user: Add support for SIOC<G|S>IFPFLAGS ioctls for all targets

Richard Henderson (2):
  linux-user: Fix shmat emulation by honoring host SHMLBA
  linux-user: Align mmap_find_vma to host page size

 linux-user/elfload.c      | 22 ++++++++----
 linux-user/ioctls.h       |  3 ++
 linux-user/mmap.c         | 72 +++++++++++++++++++++------------------
 linux-user/qemu.h         |  2 +-
 linux-user/syscall.c      | 49 ++++++++++++++++++++++++--
 linux-user/syscall_defs.h | 57 ++++++++++++++++++++-----------
 6 files changed, 143 insertions(+), 62 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL v2 0/9] Linux user for 4.1 patches
Posted by Peter Maydell 4 years, 11 months ago
On Fri, 24 May 2019 at 12:36, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +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 5f992db605e2c9ed0c8816c2b0f68b9bc8698f1b:
>
>   linux-user: Pass through nanosecond timestamp components for stat syscalls (2019-05-24 13:16:21 +0200)
>
> ----------------------------------------------------------------
> Add /proc/hardware and /proc/cpuinfo,
> update SIOCXXX ioctls,
> fix shmat emulation,
> add nanoseconds in stat,
> init field fp_abi on mips
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM