[PULL 0/9] tcg/linux-user/fpu patch queue

Richard Henderson posted 9 patches 5 months ago
Failed in applying to current master (apply log)
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Peter Maydell <peter.maydell@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <laurent@vivier.eu>
include/tcg/tcg.h                   |  6 ++---
linux-user/fd-trans.h               | 10 +++++++
linux-user/mips/target_signal.h     |  1 -
linux-user/syscall_defs.h           |  4 ---
fpu/softfloat.c                     | 54 ++++++++++++++++++++++++++++++-------
linux-user/gen-vdso.c               | 16 +++++++++--
linux-user/main.c                   |  2 ++
linux-user/syscall.c                | 26 ++++++++++++++----
tcg/tcg.c                           |  9 ++++---
tests/tcg/multiarch/fnmsub.c        | 37 +++++++++++++++++++++++++
fpu/softfloat-parts.c.inc           |  4 ---
tests/tcg/multiarch/Makefile.target |  1 +
12 files changed, 137 insertions(+), 33 deletions(-)
create mode 100644 tests/tcg/multiarch/fnmsub.c
[PULL 0/9] tcg/linux-user/fpu patch queue
Posted by Richard Henderson 5 months ago
The following changes since commit df6fe2abf2e990f767ce755d426bc439c7bba336:

  Merge tag 'pull-target-arm-20250704' of https://gitlab.com/pm215/qemu into staging (2025-07-07 09:22:41 -0400)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20250711

for you to fetch changes up to d6390204c61e148488f034d1f79be35cd3318d93:

  linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC (2025-07-11 10:45:14 -0600)

----------------------------------------------------------------
fpu: Process float_muladd_negate_result after rounding
tcg: Use uintptr_t in tcg_malloc implementation
linux-user: Hold the fd-trans lock across fork
linux-user: Implement fchmodat2 syscall
linux-user: Check for EFAULT failure in nanosleep
linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC
linux-user/gen-vdso: Handle fseek() failure
linux-user/gen-vdso: Don't read off the end of buf[]

----------------------------------------------------------------
Geoffrey Thomas (1):
      linux-user: Hold the fd-trans lock across fork

Peter Maydell (5):
      linux-user: Implement fchmodat2 syscall
      linux-user: Check for EFAULT failure in nanosleep
      linux-user/gen-vdso: Handle fseek() failure
      linux-user/gen-vdso: Don't read off the end of buf[]
      linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC

Richard Henderson (2):
      fpu: Process float_muladd_negate_result after rounding
      tcg: Use uintptr_t in tcg_malloc implementation

Thomas Weißschuh (1):
      linux-user/mips/o32: Drop sa_restorer functionality

 include/tcg/tcg.h                   |  6 ++---
 linux-user/fd-trans.h               | 10 +++++++
 linux-user/mips/target_signal.h     |  1 -
 linux-user/syscall_defs.h           |  4 ---
 fpu/softfloat.c                     | 54 ++++++++++++++++++++++++++++++-------
 linux-user/gen-vdso.c               | 16 +++++++++--
 linux-user/main.c                   |  2 ++
 linux-user/syscall.c                | 26 ++++++++++++++----
 tcg/tcg.c                           |  9 ++++---
 tests/tcg/multiarch/fnmsub.c        | 37 +++++++++++++++++++++++++
 fpu/softfloat-parts.c.inc           |  4 ---
 tests/tcg/multiarch/Makefile.target |  1 +
 12 files changed, 137 insertions(+), 33 deletions(-)
 create mode 100644 tests/tcg/multiarch/fnmsub.c

Re: [PULL 0/9] tcg/linux-user/fpu patch queue
Posted by Stefan Hajnoczi 5 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.