From: Helge Deller <deller@gmx.de>
The following changes since commit ec6a1f43989c6bbf2de1ab84959a70ee35fa1b57:
Merge tag 'linux-user-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-06-11 13:22:50 -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 6858e3a71cc41510937bec0950eb4e42e33ba5f2:
linux-user/xtensa: save/restore FP registers across signal delivery (2026-06-12 17:47:27 +0200)
----------------------------------------------------------------
linux-user patches
Add preadv2/preadv2 syscalls, fix FP registers across signals on xtensa, and
add emulation for /proc/cpuinfo for ppc CPUs
----------------------------------------------------------------
Dominique Martinet (1):
linux-user: add preadv2/preadv2
Helge Deller (1):
linux-user: Implement /proc/cpuinfo for ppc cpus
Matt Turner (2):
target/xtensa: add cpu_set_fcr/fsr helpers to sync fp_status
linux-user/xtensa: save/restore FP registers across signal delivery
linux-user/ppc/cpu_loop.c | 2 +-
linux-user/ppc/target_proc.h | 91 +++++++++++++++++++++++++++++++++-
linux-user/syscall.c | 38 ++++++++++++++
linux-user/xtensa/signal.c | 96 +++++++++++++++++++++++++++++++++---
target/xtensa/cpu.h | 4 ++
target/xtensa/fpu_helper.c | 71 ++++++++++++++------------
6 files changed, 261 insertions(+), 41 deletions(-)
--
2.54.0