On 4/26/22 21:39, Richard Henderson wrote:
The following changes since commit a72d9008092e39c2c37e47a91bae4e170d0f1b33:
Merge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/ericb into
staging (2022-04-26 14:39:09 -0700)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20220426
for you to fetch changes up to dee3fcfbb399a0e4ccedbf737b5b0b7f56ecd398:
softfloat: Use FloatRelation for fracN_cmp (2022-04-26 20:01:55 -0700)
----------------------------------------------------------------
Fix s390x ICMH cc computation.
Minor adjustments to satisfy Coverity.
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as
appropriate.
r~
----------------------------------------------------------------
Richard Henderson (6):
accel/tcg: Assert mmu_idx in range before use in cputlb
target/s390x: Fix the accumulation of ccm in op_icm
target/i386: Suppress coverity warning on fsave/frstor
softfloat: Fix declaration of partsN_compare
softfloat: Use FloatRelation within partsN_compare
softfloat: Use FloatRelation for fracN_cmp
accel/tcg/cputlb.c | 40 +++++++++++++++++++++++++++-------------
fpu/softfloat.c | 20 +++++++++++---------
target/i386/tcg/fpu_helper.c | 4 ++--
target/s390x/tcg/translate.c | 2 +-
fpu/softfloat-parts.c.inc | 11 +++++++----
5 files changed, 48 insertions(+), 29 deletions(-)