Merge remote-tracking branch...
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-updates-180521-2' into staging
testing and plugin updates:
- various fixes for binfmt_misc docker images
- add hexagon check-tcg support docker image
- add tricore check-tcg support
- refactor ppc docker images
- add missing ppc64le tests
- don't use host_cc for test fallback
- check-tcg configure.sh tweaks for cross compile/clang
- fix some memory leaks in plugins
# gpg: Signature made Tue 18 May 2021 09:37:21 BST
# gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44
* remotes/stsquad/tags/pull-testing-and-plugin-updates-180521-2: (29 commits)
configure: use cc, not host_cc to set cross_cc for build arch
tests/tcg: don't allow clang as a cross compiler
tests/tcg: fix missing return
tests/tcg/ppc64le: tests for brh/brw/brd
tests/docker: gcc-10 based images for ppc64{,le} tests
tests/tcg/tricore: Add muls test
tests/tcg/tricore: Add msub test
tests/tcg/tricore: Add madd test
tests/tcg/tricore: Add ftoi test
tests/tcg/tricore: Add fmul test
tests/tcg/tricore: Add fadd test
tests/tcg/tricore: Add dvstep test
tests/tcg/tricore: Add clz test
tests/tcg/tricore: Add bmerge test
tests/tcg/tricore: Add macros to create tests and first test 'abs'
configure: Emit HOST_CC to config-host.mak
tests/tcg/tricore: Add build infrastructure
hw/tricore: Add testdevice for tests in tests/tcg/
tests/tcg: Run timeout cmds using --foreground
tests/tcg: Add docker_as and docker_ld cmds
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .gitlab-ci.d/containers.yml 3 additions, 10 deletions.gitlab-ci.d/containers.yml
- .gitlab-ci.yml 11 additions, 0 deletions.gitlab-ci.yml
- MAINTAINERS 3 additions, 0 deletionsMAINTAINERS
- configure 2 additions, 1 deletionconfigure
- hw/tricore/meson.build 1 addition, 0 deletionshw/tricore/meson.build
- hw/tricore/tricore_testboard.c 8 additions, 0 deletionshw/tricore/tricore_testboard.c
- hw/tricore/tricore_testdevice.c 82 additions, 0 deletionshw/tricore/tricore_testdevice.c
- include/hw/tricore/tricore_testdevice.h 38 additions, 0 deletionsinclude/hw/tricore/tricore_testdevice.h
- tests/docker/Makefile.include 25 additions, 4 deletionstests/docker/Makefile.include
- tests/docker/docker.py 57 additions, 21 deletionstests/docker/docker.py
- tests/docker/dockerfiles/alpine.docker 1 addition, 0 deletionstests/docker/dockerfiles/alpine.docker
- tests/docker/dockerfiles/centos8.docker 1 addition, 0 deletionstests/docker/dockerfiles/centos8.docker
- tests/docker/dockerfiles/debian-hexagon-cross.docker 45 additions, 0 deletionstests/docker/dockerfiles/debian-hexagon-cross.docker
- tests/docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh 141 additions, 0 deletions...kerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
- tests/docker/dockerfiles/debian-powerpc-test-cross.docker 17 additions, 0 deletionstests/docker/dockerfiles/debian-powerpc-test-cross.docker
- tests/docker/dockerfiles/debian-ppc64-cross.docker 0 additions, 11 deletionstests/docker/dockerfiles/debian-ppc64-cross.docker
- tests/docker/dockerfiles/fedora.docker 1 addition, 0 deletionstests/docker/dockerfiles/fedora.docker
- tests/tcg/Makefile.qemu 17 additions, 0 deletionstests/tcg/Makefile.qemu
- tests/tcg/Makefile.target 3 additions, 2 deletionstests/tcg/Makefile.target
- tests/tcg/configure.sh 107 additions, 100 deletionstests/tcg/configure.sh
Loading
Please register or sign in to comment