Commit 92c82d0d2e for qemu.org
commit 92c82d0d2e71ab6e39fd799b035bae98b375bfd5
Merge: 09614ebee1 f67617fc82
Author: Richard Henderson <richard.henderson@linaro.org>
Date: Thu Sep 10 20:59:05 2026 -1000
Merge tag 'linux-user-pull-request' of https://github.com/hdeller/qemu-hppa into staging
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
# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYKAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCaqMEHAAKCRD3ErUQojoP
# X0vrAP45MaI9wmcLncdPcZxtiOkTU8loXPMqg6mUzN+VjgTEWQEA5sR86SvDXRWw
# /mB1cv3NFLLD6dPPXoPDAfVBAau/lgU=
# =x3hL
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 10 Sep 2026 09:25:16 AM HST
# gpg: using EDDSA key BCE9123E1AD29F07C049BBDEF712B510A23A0F5F
# gpg: Good signature from "Helge Deller <deller@gmx.de>" [unknown]
# gpg: aka "Helge Deller <deller@kernel.org>" [unknown]
# gpg: aka "Helge Deller <deller@debian.org>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 4544 8228 2CD9 10DB EF3D 25F8 3E5F 3D04 A7A2 4603
# Subkey fingerprint: BCE9 123E 1AD2 9F07 C049 BBDE F712 B510 A23A 0F5F
* tag 'linux-user-pull-request' of https://github.com/hdeller/qemu-hppa:
linux-user/x86_64: write the floating-point registers to a core dump
linux-user/i386: write the floating-point registers to a core dump
target/i386: split the FNINIT out of do_fsave()
linux-user: Fix target_madvise() to always return TARGET_xxx error codes
linux-user: madvise() on unmapped ranges should return ENOMEM
linux-user/hexagon: Add HWCAP support
linux-user/i386: report the real trap number in sigcontext.trapno
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>