Re: [PATCH 0/4] target/i386: miscellaneous x87 fixes

2020-06-04 Thread Paolo Bonzini
On 02/06/20 20:38, Joseph Myers wrote: > Ping for this patch series > , and > the subsequent series > and > individual patch >

Re: [PATCH 0/4] target/i386: miscellaneous x87 fixes

2020-06-02 Thread Joseph Myers
Ping for this patch series , and the subsequent series and individual patch . --

Re: [PATCH 0/4] target/i386: miscellaneous x87 fixes

2020-05-14 Thread Joseph Myers
On Thu, 14 May 2020, no-re...@patchew.org wrote: > This series seems to have some coding style problems. See output below for > more information: These are all false positives for the same reasons as for the previous patch series. -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH 0/4] target/i386: miscellaneous x87 fixes

2020-05-14 Thread no-reply
] target/i386: miscellaneous x87 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/4] target/i386: miscellaneous x87 fixes

2020-05-13 Thread Joseph Myers
Following my previous patch series and for problems found in the x87 floating-point emulation, this patch series fixes further miscellaneous bugs in that