[PULL 0/7] Linux user patches

Helge Deller posted 7 patches 2 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260910192545.768850-1-deller@gmx.de
Maintainers: Brian Cain <brian.cain@oss.qualcomm.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Laurent Vivier <laurent@vivier.eu>, Helge Deller <deller@gmx.de>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Richard Henderson <richard.henderson@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>
There is a newer version of this series
linux-user/hexagon/elfload.c              | 61 +++++++++++++++++++++++
linux-user/hexagon/target_elf.h           | 30 +++++++++++
linux-user/i386/cpu_loop.c                |  9 ++++
linux-user/i386/elfload.c                 |  7 +++
linux-user/i386/signal.c                  |  6 +--
linux-user/i386/target_elf.h              | 18 +++++++
linux-user/mmap.c                         | 20 ++++++--
linux-user/x86_64/elfload.c               | 11 ++++
linux-user/x86_64/target_elf.h            | 20 ++++++++
target/i386/cpu.h                         | 12 +++++
target/i386/tcg/fpu_helper.c              | 13 ++++-
target/i386/tcg/user/excp_helper.c        |  8 +--
tests/tcg/multiarch/linux/linux-madvise.c | 20 ++++++++
13 files changed, 221 insertions(+), 14 deletions(-)
[PULL 0/7] Linux user patches
Posted by Helge Deller 2 weeks, 2 days ago
The following changes since commit 1df256f5968e9f7c3c4533a1383b071c044a36d6:

  Merge tag 'qom-qapi-pr-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-09-08 18:35:31 +0100)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/linux-user-pull-request

for you to fetch changes up to f67617fc82b32022901cc4d566caad618f945611:

  linux-user/x86_64: write the floating-point registers to a core dump (2026-09-10 21:16:34 +0200)

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

- madvise fixes
- fix sigcontext on x86 to show correct trap number
- add hexagon HWCAP support
- add FP registers in coredump on x86

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

Alex Bennée (1):
  linux-user: madvise() on unmapped ranges should return ENOMEM

Brian Cain (1):
  linux-user/hexagon: Add HWCAP support

Helge Deller (1):
  linux-user: Fix target_madvise() to always return TARGET_xxx error
    codes

Matt Turner (3):
  target/i386: split the FNINIT out of do_fsave()
  linux-user/i386: write the floating-point registers to a core dump
  linux-user/x86_64: write the floating-point registers to a core dump

Nat Brown (1):
  linux-user/i386: report the real trap number in sigcontext.trapno

 linux-user/hexagon/elfload.c              | 61 +++++++++++++++++++++++
 linux-user/hexagon/target_elf.h           | 30 +++++++++++
 linux-user/i386/cpu_loop.c                |  9 ++++
 linux-user/i386/elfload.c                 |  7 +++
 linux-user/i386/signal.c                  |  6 +--
 linux-user/i386/target_elf.h              | 18 +++++++
 linux-user/mmap.c                         | 20 ++++++--
 linux-user/x86_64/elfload.c               | 11 ++++
 linux-user/x86_64/target_elf.h            | 20 ++++++++
 target/i386/cpu.h                         | 12 +++++
 target/i386/tcg/fpu_helper.c              | 13 ++++-
 target/i386/tcg/user/excp_helper.c        |  8 +--
 tests/tcg/multiarch/linux/linux-madvise.c | 20 ++++++++
 13 files changed, 221 insertions(+), 14 deletions(-)

-- 
2.55.0
Re: [PULL 0/7] Linux user patches
Posted by Richard Henderson 2 weeks, 1 day ago
On 9/10/26 09:25, Helge Deller wrote:
> The following changes since commit 1df256f5968e9f7c3c4533a1383b071c044a36d6:
> 
>    Merge tag 'qom-qapi-pr-pr-v1' ofhttps://gitlab.com/marcandre.lureau/qemu into staging (2026-09-08 18:35:31 +0100)
> 
> are available in the Git repository at:
> 
>    https://github.com/hdeller/qemu-hppa.git tags/linux-user-pull-request
> 
> for you to fetch changes up to f67617fc82b32022901cc4d566caad618f945611:
> 
>    linux-user/x86_64: write the floating-point registers to a core dump (2026-09-10 21:16:34 +0200)
> 
> ----------------------------------------------------------------
> linux-user pull request
> 
> - madvise fixes
> - fix sigcontext on x86 to show correct trap number
> - add hexagon HWCAP support
> - add FP registers in coredump on x86

Applied, thanks.

r~