From: Helge Deller <deller@kernel.org>
To: Stefan Hajnoczi <stefanha@gmail.com>, qemu-devel@nongnu.org
Cc: "Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
"Philippe Mathieu-Daudé" <philmd@mailo.com>,
"Matt Turner" <mattst88@gmail.com>,
"Laurent Vivier" <laurent@vivier.eu>,
"Helge Deller" <deller@gmx.de>
Subject: [PULL 0/7] Linux user patches
Date: Wed, 12 Aug 2026 22:37:18 +0200 [thread overview]
Message-ID: <20260812203725.10694-1-deller@kernel.org> (raw)
From: Helge Deller <deller@gmx.de>
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
next reply other threads:[~2026-08-12 20:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-12 20:37 Helge Deller [this message]
2026-08-12 20:37 ` [PULL 1/7] linux-user: implement mount_setattr(2) Helge Deller
2026-08-12 20:37 ` [PULL 2/7] linux-user: support writing floating-point registers to a core dump Helge Deller
2026-08-12 20:37 ` [PULL 3/7] linux-user/alpha: write the " Helge Deller
2026-08-12 20:37 ` [PULL 4/7] linux-user/mips: " Helge Deller
2026-08-12 20:37 ` [PULL 5/7] linux-user/hppa: " Helge Deller
2026-08-12 20:37 ` [PULL 6/7] linux-user/riscv: " Helge Deller
2026-08-12 20:37 ` [PULL 7/7] linux-user/sh4: " Helge Deller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260812203725.10694-1-deller@kernel.org \
--to=deller@kernel.org \
--cc=deller@gmx.de \
--cc=laurent@vivier.eu \
--cc=mattst88@gmail.com \
--cc=philmd@mailo.com \
--cc=pierrick.bouvier@oss.qualcomm.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.