[PULL 0/7] Linux user patches
Helge Deller <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Helge Deller <[email protected]> The following changes since commit 3e3ccab106f879b1512f8e0d51a827dd4de30e22: Update version for v11.1.0-rc3 release (2026-08-04 15:36:08 -0400) 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 ce276ab1a92cad460930fada1bc2e2e4a96f7595: linux-user/sh4: write the floating-point registers to a core dump (2026-08-07 18:14:13 +0200) ---------------------------------------------------------------- linux-user patches Patches from Mat Turner to support the mount_setattr() syscall and to add floating-point registers to core dumps on alpha, mips, hppa, riscv and sh4. ---------------------------------------------------------------- Matt Turner (7): linux-user: implement mount_setattr(2) linux-user: support writing floating-point registers to a core dump linux-user/alpha: write the floating-point registers to a core dump linux-user/mips: write the floating-point registers to a core dump linux-user/hppa: write the floating-point registers to a core dump linux-user/riscv: write the floating-point registers to a core dump linux-user/sh4: write the floating-point registers to a core dump linux-user/alpha/elfload.c | 10 ++++++++ linux-user/alpha/target_elf.h | 11 +++++++++ linux-user/elfload.c | 19 +++++++++++++++ linux-user/hppa/elfload.c | 7 ++++++ linux-user/hppa/target_elf.h | 9 +++++++ linux-user/loader.h | 3 +++ linux-user/mips/elfload.c | 8 +++++++ linux-user/mips/target_elf.h | 13 ++++++++++ linux-user/mips64/target_elf.h | 13 ++++++++++ linux-user/riscv/elfload.c | 9 +++++++ linux-user/riscv/target_elf.h | 11 +++++++++ linux-user/sh4/elfload.c | 10 ++++++++ linux-user/sh4/target_elf.h | 12 ++++++++++ linux-user/strace.list | 3 +++ linux-user/syscall.c | 44 ++++++++++++++++++++++++++++++++++ linux-user/syscall_defs.h | 13 ++++++++++ 16 files changed, 195 insertions(+) -- 2.54.0