[PATCH 0/2] tests/docker: tests/tcg/ppc64le: Newer toolchain to build tests for PowerISA v3.1 instructions

matheus.ferst@eldorado.org.br posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210420013308.813323-1-matheus.ferst@eldorado.org.br
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Willian Rampazzo <willianr@redhat.com>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
There is a newer version of this series
tests/docker/Makefile.include                 |  2 ++
.../debian-powerpc-test-cross.docker          | 17 ++++++++++++++
tests/tcg/configure.sh                        | 12 ++++++----
tests/tcg/ppc64/Makefile.target               |  7 ++++++
tests/tcg/ppc64le/Makefile.target             |  7 ++++++
tests/tcg/ppc64le/byte_reverse.c              | 22 +++++++++++++++++++
6 files changed, 63 insertions(+), 4 deletions(-)
create mode 100644 tests/docker/dockerfiles/debian-powerpc-test-cross.docker
create mode 100644 tests/tcg/ppc64le/byte_reverse.c
[PATCH 0/2] tests/docker: tests/tcg/ppc64le: Newer toolchain to build tests for PowerISA v3.1 instructions
Posted by matheus.ferst@eldorado.org.br 3 years ago
From: Matheus Ferst <matheus.ferst@eldorado.org.br>

This series adds gcc-10 based images to enable the build of tests with Power10
instructions. Then, to put it to good use, a tests for the byte-reverse
instructions (implemented in 9d69cfa2faa7) is introduced.

Matheus Ferst (2):
  tests/docker: gcc-10 based images for ppc64{,le} tests
  tests/tcg/ppc64le: tests for brh/brw/brd

 tests/docker/Makefile.include                 |  2 ++
 .../debian-powerpc-test-cross.docker          | 17 ++++++++++++++
 tests/tcg/configure.sh                        | 12 ++++++----
 tests/tcg/ppc64/Makefile.target               |  7 ++++++
 tests/tcg/ppc64le/Makefile.target             |  7 ++++++
 tests/tcg/ppc64le/byte_reverse.c              | 22 +++++++++++++++++++
 6 files changed, 63 insertions(+), 4 deletions(-)
 create mode 100644 tests/docker/dockerfiles/debian-powerpc-test-cross.docker
 create mode 100644 tests/tcg/ppc64le/byte_reverse.c

-- 
2.25.1