I got distracted this week and never posted my follow-on patches. So flush the queue now and I'll post the other patches for review soon.
r~ The following changes since commit 66706192de113c82ecf849f6943878c453b5d2ba: Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-150520-2' into staging (2020-05-15 15:47:47 +0100) are available in the Git repository at: https://github.com/rth7680/qemu.git tags/pull-fpu-20200515 for you to fetch changes up to 9ecaf5ccec13ff2e8fe1e72f6e0f3367d2169c1c: softfloat: fix floatx80 pseudo-denormal round to integer (2020-05-15 11:04:50 -0700) ---------------------------------------------------------------- floatx80 x87 pseudo-denormal fixes ---------------------------------------------------------------- Joseph Myers (4): softfloat: silence sNaN for conversions to/from floatx80 softfloat: fix floatx80 pseudo-denormal addition / subtraction softfloat: fix floatx80 pseudo-denormal comparisons softfloat: fix floatx80 pseudo-denormal round to integer fpu/softfloat.c | 39 ++++++++++++++---- tests/tcg/i386/test-i386-pseudo-denormal.c | 38 ++++++++++++++++++ tests/tcg/i386/test-i386-snan-convert.c | 63 ++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+), 7 deletions(-) create mode 100644 tests/tcg/i386/test-i386-pseudo-denormal.c create mode 100644 tests/tcg/i386/test-i386-snan-convert.c