All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)
@ 2021-09-17 16:23 Alex Bennée
  2021-09-17 16:23 ` [PATCH v1 01/11] configure: don't override the selected host test compiler if defined Alex Bennée
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Alex Bennée @ 2021-09-17 16:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: fam, berrange, f4bug, stefanha, crosa, pbonzini,
	Alex Bennée, aurelien

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



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-09-20 16:59 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 16:23 [PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins) Alex Bennée
2021-09-17 16:23 ` [PATCH v1 01/11] configure: don't override the selected host test compiler if defined Alex Bennée
2021-09-17 17:04   ` Warner Losh
2021-09-20 14:46   ` Ed Maste
2021-09-20 16:37     ` Alex Bennée
2021-09-17 16:23 ` [PATCH v1 02/11] tests/tcg/sha1: remove endian include Alex Bennée
2021-09-17 16:23 ` [PATCH v1 03/11] tests/tcg: move some multiarch files and make conditional Alex Bennée
2021-09-17 17:05   ` Warner Losh
2021-09-17 20:38   ` Philippe Mathieu-Daudé
2021-09-17 16:23 ` [PATCH v1 04/11] tests/docker: promote debian-riscv64-cross to a full image Alex Bennée
2021-09-17 16:23 ` [PATCH v1 05/11] gitlab: Add cross-riscv64-system, cross-riscv64-user Alex Bennée
2021-09-17 18:33   ` Philippe Mathieu-Daudé
2021-09-17 16:23 ` [PATCH v1 06/11] python: Update for pylint 2.10 Alex Bennée
2021-09-17 16:29   ` John Snow
2021-09-17 16:23 ` [PATCH v1 07/11] travis.yml: Remove the "Release tarball" job Alex Bennée
2021-09-17 16:23 ` [PATCH v1 08/11] gitlab: skip the check-patch job on the upstream repo Alex Bennée
2021-09-17 16:23 ` [PATCH v1 09/11] gitlab: fix passing of TEST_TARGETS env to cirrus Alex Bennée
2021-09-17 16:23 ` [PATCH v1 10/11] plugins/: Add missing functions to symbol list Alex Bennée
2021-09-17 16:23 ` [PATCH v1 11/11] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.