[PATCH v2 0/6] maintainer omnibus: testing, fuzz, plugins, documentation

Alex Bennée posted 6 patches 10 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230626202516.2507915-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>, Bin Meng <bmeng.cn@gmail.com>
There is a newer version of this series
docs/devel/testing.rst               |  6 ++++++
qemu-keymap.c                        | 24 ++++++++++++++++--------
.gitlab-ci.d/buildtest-template.yml  |  4 +++-
.gitlab-ci.d/buildtest.yml           |  7 ++++++-
.gitlab-ci.d/crossbuild-template.yml |  1 +
.gitlab-ci.d/crossbuilds.yml         |  2 ++
.gitlab-ci.d/opensbi.yml             |  1 +
tests/tcg/Makefile.target            |  8 ++++++--
8 files changed, 41 insertions(+), 12 deletions(-)
[PATCH v2 0/6] maintainer omnibus: testing, fuzz, plugins, documentation
Posted by Alex Bennée 10 months, 3 weeks ago
As softfreeze is fast approaching I thought it would be work combining
my various trees into an omnibus series to ease the review and
merging.

The testing updates exposed a number of latent leaks that confused the
oss-fuzz jobs (hence the test-fuzz addition to help debug that). This
also includes some minor plugin updates and finally some documentation
updates that clean-up and expose the QOM and QDEV APIs which are so
core to emulating anything in QEMU.

v2
  - applied a bunch of review tags
  - added missing doc suggestions from Paolo
  - tweaked the plugin fix for CI

The following patches need review:

 - qemu-keymap: properly check return from xkb_keymap_mod_get_index

Alex Bennée (3):
  gitlab: reduce testing scope of check-gcov
  tests/tcg: add mechanism to handle plugin arguments
  qemu-keymap: properly check return from xkb_keymap_mod_get_index

Ani Sinha (1):
  docs/devel: remind developers to run CI container pipeline when
    updating images

Daniel P. Berrangé (2):
  gitlab: explicit set artifacts publishing criteria
  gitlab: ensure coverage job also publishes meson log

 docs/devel/testing.rst               |  6 ++++++
 qemu-keymap.c                        | 24 ++++++++++++++++--------
 .gitlab-ci.d/buildtest-template.yml  |  4 +++-
 .gitlab-ci.d/buildtest.yml           |  7 ++++++-
 .gitlab-ci.d/crossbuild-template.yml |  1 +
 .gitlab-ci.d/crossbuilds.yml         |  2 ++
 .gitlab-ci.d/opensbi.yml             |  1 +
 tests/tcg/Makefile.target            |  8 ++++++--
 8 files changed, 41 insertions(+), 12 deletions(-)

-- 
2.39.2