[PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)

Alex Bennée posted 11 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210917162332.3511179-1-alex.bennee@linaro.org
configure                                     |   7 +-
include/tcg/tcg.h                             |   6 -
accel/tcg/plugin-gen.c                        | 157 ++++++++++--------
.../tcg/multiarch/{ => libs}/float_helpers.c  |   2 +-
tests/tcg/multiarch/{ => linux}/linux-test.c  |   0
tests/tcg/multiarch/sha1.c                    |   1 -
.gitlab-ci.d/cirrus.yml                       |   2 +-
.gitlab-ci.d/cirrus/build.yml                 |   1 +
.gitlab-ci.d/container-cross.yml              |   3 +-
.gitlab-ci.d/crossbuilds.yml                  |  19 +++
.gitlab-ci.d/static_checks.yml                |   2 +-
.travis.yml                                   |  23 ---
plugins/qemu-plugins.symbols                  |   3 +
python/qemu/machine/machine.py                |   9 +-
python/setup.cfg                              |   1 +
tests/docker/Makefile.include                 |   2 -
.../dockerfiles/debian-riscv64-cross.docker   |  46 ++++-
tests/tcg/multiarch/Makefile.target           |  15 +-
tests/tcg/x86_64/Makefile.target              |   4 +
19 files changed, 182 insertions(+), 121 deletions(-)
rename tests/tcg/multiarch/{ => libs}/float_helpers.c (99%)
rename tests/tcg/multiarch/{ => linux}/linux-test.c (100%)
[PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)
Posted by Alex Bennée 2 years, 7 months ago
Hi,

This is mostly a collection of updates for testing plus a few minor
plugin tweaks that didn't seem worth stuffing in a separate series. I
think most of this is ready so I'll likely cut a PR from it next week.

The following still need review:

 - tests/tcg: move some multiarch files and make conditional
 - configure: don't override the selected host test compiler if defined

Alex Bennée (5):
  configure: don't override the selected host test compiler if defined
  tests/tcg/sha1: remove endian include
  tests/tcg: move some multiarch files and make conditional
  tests/docker: promote debian-riscv64-cross to a full image
  accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is
    valid

Daniel P. Berrangé (2):
  gitlab: skip the check-patch job on the upstream repo
  gitlab: fix passing of TEST_TARGETS env to cirrus

John Snow (1):
  python: Update for pylint 2.10

Lukas Jünger (1):
  plugins/: Add missing functions to symbol list

Richard Henderson (1):
  gitlab: Add cross-riscv64-system, cross-riscv64-user

Thomas Huth (1):
  travis.yml: Remove the "Release tarball" job

 configure                                     |   7 +-
 include/tcg/tcg.h                             |   6 -
 accel/tcg/plugin-gen.c                        | 157 ++++++++++--------
 .../tcg/multiarch/{ => libs}/float_helpers.c  |   2 +-
 tests/tcg/multiarch/{ => linux}/linux-test.c  |   0
 tests/tcg/multiarch/sha1.c                    |   1 -
 .gitlab-ci.d/cirrus.yml                       |   2 +-
 .gitlab-ci.d/cirrus/build.yml                 |   1 +
 .gitlab-ci.d/container-cross.yml              |   3 +-
 .gitlab-ci.d/crossbuilds.yml                  |  19 +++
 .gitlab-ci.d/static_checks.yml                |   2 +-
 .travis.yml                                   |  23 ---
 plugins/qemu-plugins.symbols                  |   3 +
 python/qemu/machine/machine.py                |   9 +-
 python/setup.cfg                              |   1 +
 tests/docker/Makefile.include                 |   2 -
 .../dockerfiles/debian-riscv64-cross.docker   |  46 ++++-
 tests/tcg/multiarch/Makefile.target           |  15 +-
 tests/tcg/x86_64/Makefile.target              |   4 +
 19 files changed, 182 insertions(+), 121 deletions(-)
 rename tests/tcg/multiarch/{ => libs}/float_helpers.c (99%)
 rename tests/tcg/multiarch/{ => linux}/linux-test.c (100%)

-- 
2.30.2