Re: [PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-21 Thread Paolo Bonzini
On 07/05/20 02:42, Joseph Myers wrote: > Among the various bugs in the x87 floating-point emulation that show > up through a combination of glibc testing and code inspection, there > are several in the implementations of the fxtract and fscale > instructions. This series fixes those bugs. > >

Re: [PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-15 Thread Philippe Mathieu-Daudé
Cc'ing FPU emulation maintainers too. On 5/7/20 2:42 AM, Joseph Myers wrote: Among the various bugs in the x87 floating-point emulation that show up through a combination of glibc testing and code inspection, there are several in the implementations of the fxtract and fscale instructions. This

Re: Ping Re: [PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-14 Thread Paolo Bonzini
On 14/05/20 20:25, Joseph Myers wrote: > Ping for this patch series > . > > Although my three patch series so far for floatx80 and i386 floating-point > instructions fixes are independent of each other, it's likely future

Ping Re: [PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-14 Thread Joseph Myers
Ping for this patch series . Although my three patch series so far for floatx80 and i386 floating-point instructions fixes are independent of each other, it's likely future patch series in this area will depend on some of the

Re: [PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-07 Thread Richard Henderson
On 5/7/20 7:57 AM, Joseph Myers wrote: > On Thu, 7 May 2020, no-re...@patchew.org wrote: > >> === OUTPUT BEGIN === >> 1/5 Checking commit 69eed0bcaaaf (target/i386: implement special cases for >> fxtract) >> WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? > > I don't

Re: [PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-07 Thread Joseph Myers
On Thu, 7 May 2020, no-re...@patchew.org wrote: > === OUTPUT BEGIN === > 1/5 Checking commit 69eed0bcaaaf (target/i386: implement special cases for > fxtract) > WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? I don't think any MAINTAINERS update is needed for a new

Re: [PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-06 Thread no-reply
] target/i386: fxtract, fscale fixes Type: series === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === T

[PATCH 0/5] target/i386: fxtract, fscale fixes

2020-05-06 Thread Joseph Myers
Among the various bugs in the x87 floating-point emulation that show up through a combination of glibc testing and code inspection, there are several in the implementations of the fxtract and fscale instructions. This series fixes those bugs. Bugs in other instructions, and bugs relating to