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
