All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/9] tcg/linux-user/fpu patch queue
@ 2025-07-11 17:22 Richard Henderson
  2025-07-11 17:22 ` [PULL 1/9] fpu: Process float_muladd_negate_result after rounding Richard Henderson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Richard Henderson @ 2025-07-11 17:22 UTC (permalink / raw)
  To: qemu-devel

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-07-13  7:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11 17:22 [PULL 0/9] tcg/linux-user/fpu patch queue Richard Henderson
2025-07-11 17:22 ` [PULL 1/9] fpu: Process float_muladd_negate_result after rounding Richard Henderson
2025-07-11 17:22 ` [PULL 2/9] linux-user: Implement fchmodat2 syscall Richard Henderson
2025-07-11 17:22 ` [PULL 3/9] linux-user: Check for EFAULT failure in nanosleep Richard Henderson
2025-07-11 17:22 ` [PULL 4/9] linux-user/gen-vdso: Handle fseek() failure Richard Henderson
2025-07-11 17:22 ` [PULL 5/9] linux-user/gen-vdso: Don't read off the end of buf[] Richard Henderson
2025-07-11 17:22 ` [PULL 6/9] linux-user/mips/o32: Drop sa_restorer functionality Richard Henderson
2025-07-11 17:22 ` [PULL 7/9] linux-user: Hold the fd-trans lock across fork Richard Henderson
2025-07-11 17:22 ` [PULL 8/9] tcg: Use uintptr_t in tcg_malloc implementation Richard Henderson
2025-07-11 17:22 ` [PULL 9/9] linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC Richard Henderson
2025-07-13  7:06 ` [PULL 0/9] tcg/linux-user/fpu patch queue Stefan Hajnoczi

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.