[Qemu-devel] [PATCH v2 0/2] Softfloat Fixes for 2.12

Alex Bennée posted 2 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180413140334.26622-1-alex.bennee@linaro.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
fpu/softfloat.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
[Qemu-devel] [PATCH v2 0/2] Softfloat Fixes for 2.12
Posted by Alex Bennée 6 years ago
Hi,

The float_invalid patch now handles the Inf case as well and includes
the fix to round_to_uint_and_pack.

Alex Bennée (1):
  fpu/softfloat: raise float_invalid for NaN/Inf in
    round_to_int_and_pack

Emilio G. Cota (1):
  softfloat: fix {min,max}nummag for same-abs-value inputs

 fpu/softfloat.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

-- 
2.17.0


Re: [Qemu-devel] [PATCH v2 0/2] Softfloat Fixes for 2.12
Posted by Peter Maydell 6 years ago
On 13 April 2018 at 15:03, Alex Bennée <alex.bennee@linaro.org> wrote:
> Hi,
>
> The float_invalid patch now handles the Inf case as well and includes
> the fix to round_to_uint_and_pack.
>
> Alex Bennée (1):
>   fpu/softfloat: raise float_invalid for NaN/Inf in
>     round_to_int_and_pack
>
> Emilio G. Cota (1):
>   softfloat: fix {min,max}nummag for same-abs-value inputs
>
>  fpu/softfloat.c | 20 ++++++++++++--------
>  1 file changed, 12 insertions(+), 8 deletions(-)

Applied to master for 2.12, thanks.

-- PMM