[PULL 0/4] Linux user for 7.2 patches

Laurent Vivier posted 4 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221103084925.3860524-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/hppa/cpu_loop.c | 19 ++++++++++++++-----
linux-user/strace.list     |  8 +++++++-
linux-user/syscall.c       | 22 +++++++++++++++++++++-
3 files changed, 42 insertions(+), 7 deletions(-)
[PULL 0/4] Linux user for 7.2 patches
Posted by Laurent Vivier 1 year, 6 months ago
The following changes since commit a11f65ec1b8adcb012b89c92819cbda4dc25aaf1:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-11-01 13:49:33 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 16c81dd563b94e9392a578ccf5aa762d01e8f165:

  linux-user: always translate cmsg when recvmsg (2022-11-02 17:29:17 +0100)

----------------------------------------------------------------
linux-user pull request 20221103

Fix recvmsg
Fix hppa exception handler
Add close_range
Add strace for timer_settime64

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

Helge Deller (3):
  linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handler
  linux-user: Add close_range() syscall
  linux-user: Add strace output for timer_settime64() syscall

Icenowy Zheng (1):
  linux-user: always translate cmsg when recvmsg

 linux-user/hppa/cpu_loop.c | 19 ++++++++++++++-----
 linux-user/strace.list     |  8 +++++++-
 linux-user/syscall.c       | 22 +++++++++++++++++++++-
 3 files changed, 42 insertions(+), 7 deletions(-)

-- 
2.37.3
Re: [PULL 0/4] Linux user for 7.2 patches
Posted by Stefan Hajnoczi 1 year, 6 months ago
Applied, thanks.

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