From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: fam@euphon.net, berrange@redhat.com, f4bug@amsat.org,
stefanha@redhat.com, crosa@redhat.com, pbonzini@redhat.com,
"Alex Bennée" <alex.bennee@linaro.org>,
aurelien@aurel32.net
Subject: [PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)
Date: Fri, 17 Sep 2021 17:23:21 +0100 [thread overview]
Message-ID: <20210917162332.3511179-1-alex.bennee@linaro.org> (raw)
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
next reply other threads:[~2021-09-17 16:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-17 16:23 Alex Bennée [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210917162332.3511179-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=crosa@redhat.com \
--cc=f4bug@amsat.org \
--cc=fam@euphon.net \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).