The following changes since commit a4eb31c678400472de0b4915b9154a7c20d8332f:
Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/qemu into staging (2024-09-11 13:17:29 +0100) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-sparc-20240911 for you to fetch changes up to d2a0c3a7f7740a3d563c8c3ef1fffcc87a36213d: target/sparc: Add gen_trap_if_nofpu_fpexception (2024-09-11 19:54:55 -0700) ---------------------------------------------------------------- target/sparc: Implement single entry FP Queue ---------------------------------------------------------------- Carl Hauser (2): target/sparc: Add FQ and FSR.QNE target/sparc: Populate sparc32 FQ when raising fp exception Richard Henderson (3): target/sparc: Add FSR_QNE to tb_flags target/sparc: Implement STDFQ target/sparc: Add gen_trap_if_nofpu_fpexception target/sparc/cpu.h | 30 ++++++++++- target/sparc/fop_helper.c | 4 ++ target/sparc/int32_helper.c | 40 ++++++++------ target/sparc/machine.c | 25 +++++++++ target/sparc/translate.c | 128 ++++++++++++++++++++++++++++++++------------ target/sparc/insns.decode | 2 +- 6 files changed, 178 insertions(+), 51 deletions(-)