[PATCH v2 0/6] current status of testing/next

Alex Bennée posted 6 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221221090411.1995037-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
configure                                     |  11 +-
tests/tcg/multiarch/linux/linux-test.c        |   6 +-
.gitlab-ci.d/buildtest.yml                    |  10 +-
.gitlab-ci.d/container-cross.yml              |  19 +--
.../custom-runners/ubuntu-20.04-s390x.yml     |  12 +-
.../custom-runners/ubuntu-22.04-aarch32.yml   |   2 +-
.../custom-runners/ubuntu-22.04-aarch64.yml   |  12 +-
MAINTAINERS                                   |   1 -
tests/docker/Makefile.include                 |   4 -
.../debian-hexagon-cross.d/build-toolchain.sh | 141 ------------------
.../dockerfiles/debian-hexagon-cross.docker   |  53 +++----
11 files changed, 47 insertions(+), 224 deletions(-)
delete mode 100755 tests/docker/dockerfiles/debian-hexagon-cross.d/build-toolchain.sh
[PATCH v2 0/6] current status of testing/next
Posted by Alex Bennée 1 year, 4 months ago
Hi,

Here is the current state of my testing/next tree. Nothing
particularly out of the ordinary but we do now have a binary release
of the hexagon tools. Hopefully this time without the header damage.

The following still need review:

 - tests/tcg: fix unused variable in linux-test
 - configure: repeat ourselves for the benefit of CI

Alex Bennée (3):
  gitlab: turn off verbose logging for make check on custom runners
  configure: repeat ourselves for the benefit of CI
  tests/tcg: fix unused variable in linux-test

Mukilan Thiyagarajan (2):
  configure: Fix check-tcg not executing any tests
  tests/docker: use prebuilt toolchain for debian-hexagon-cross

Thomas Huth (1):
  gitlab-ci: Disable docs and GUIs for the build-tci and
    build-tcg-disabled jobs

 configure                                     |  11 +-
 tests/tcg/multiarch/linux/linux-test.c        |   6 +-
 .gitlab-ci.d/buildtest.yml                    |  10 +-
 .gitlab-ci.d/container-cross.yml              |  19 +--
 .../custom-runners/ubuntu-20.04-s390x.yml     |  12 +-
 .../custom-runners/ubuntu-22.04-aarch32.yml   |   2 +-
 .../custom-runners/ubuntu-22.04-aarch64.yml   |  12 +-
 MAINTAINERS                                   |   1 -
 tests/docker/Makefile.include                 |   4 -
 .../debian-hexagon-cross.d/build-toolchain.sh | 141 ------------------
 .../dockerfiles/debian-hexagon-cross.docker   |  53 +++----
 11 files changed, 47 insertions(+), 224 deletions(-)
 delete mode 100755 tests/docker/dockerfiles/debian-hexagon-cross.d/build-toolchain.sh

-- 
2.34.1


Re: [PATCH v2 0/6] current status of testing/next
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
On 21/12/22 10:04, Alex Bennée wrote:
> Hi,
> 
> Here is the current state of my testing/next tree. Nothing
> particularly out of the ordinary but we do now have a binary release
> of the hexagon tools. Hopefully this time without the header damage.
> 
> The following still need review:
> 
>   - tests/tcg: fix unused variable in linux-test
>   - configure: repeat ourselves for the benefit of CI
> 
> Alex Bennée (3):
>    gitlab: turn off verbose logging for make check on custom runners
>    configure: repeat ourselves for the benefit of CI
>    tests/tcg: fix unused variable in linux-test
> 
> Mukilan Thiyagarajan (2):
>    configure: Fix check-tcg not executing any tests
>    tests/docker: use prebuilt toolchain for debian-hexagon-cross
> 
> Thomas Huth (1):
>    gitlab-ci: Disable docs and GUIs for the build-tci and
>      build-tcg-disabled jobs

Possible candidate for testing/next:

https://lore.kernel.org/qemu-devel/20221221100254.1352686-1-ale@rev.ng/
"[PATCH] target/hexagon: suppress unused variable warning"