mbox

[PULL,0/9,for,4.0] fpu and testing fixes

Message ID 20190325132009.14987-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-testing-and-fpu-fixes-250319-1

Message

Alex Bennée March 25, 2019, 1:20 p.m. UTC
The following changes since commit d97a39d903fe33c45be83ac6943a2f82a3649a11:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2019-03-22 09:37:38 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-and-fpu-fixes-250319-1

for you to fetch changes up to 87db90182060e0fc821a99cbc2cc2f4ebf1b721d:

  docker: trivial changes to `make docker` help (2019-03-25 10:39:19 +0000)

----------------------------------------------------------------
Mix of testing & fpu fixes

  - more splitting of Travis matric to avoid timeouts
  - Fused Multiply-Add fixes for MIPS and hardfloat
  - cleanups to docker travis emulation

----------------------------------------------------------------
Alex Bennée (4):
      configure: add --target-list-exclude
      .travis.yml: split some more system builds
      .travis.yml: --disable-user for --without-default-devices
      .travis.yml: reduce number of targets built while disabling things

Kito Cheng (1):
      hardfloat: fix float32/64 fused multiply-add

Mateja Marjanovic (1):
      target/mips: Fix minor bug in FPU

Wainer dos Santos Moschetta (3):
      docker: Fix travis.py parser and misc change
      docker: Fix travis script unable to find source dir
      docker: trivial changes to `make docker` help

 .travis.yml                   | 27 +++++++++++++++++++--------
 configure                     | 33 ++++++++++++++++++++++++++++++---
 fpu/softfloat-specialize.h    | 24 ++++++++++++++++--------
 fpu/softfloat.c               | 10 ++++++++++
 tests/docker/Makefile.include |  6 +++---
 tests/docker/travis           |  1 +
 tests/docker/travis.py        | 11 +++++------
 7 files changed, 84 insertions(+), 28 deletions(-)

Comments

Peter Maydell March 25, 2019, 3:58 p.m. UTC | #1
On Mon, 25 Mar 2019 at 13:20, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit d97a39d903fe33c45be83ac6943a2f82a3649a11:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2019-03-22 09:37:38 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-testing-and-fpu-fixes-250319-1
>
> for you to fetch changes up to 87db90182060e0fc821a99cbc2cc2f4ebf1b721d:
>
>   docker: trivial changes to `make docker` help (2019-03-25 10:39:19 +0000)
>
> ----------------------------------------------------------------
> Mix of testing & fpu fixes
>
>   - more splitting of Travis matric to avoid timeouts
>   - Fused Multiply-Add fixes for MIPS and hardfloat
>   - cleanups to docker travis emulation
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM