qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] maintainer omnibus: testing, fuzz, plugins, documentation
@ 2023-06-26 20:25 Alex Bennée
  2023-06-26 20:25 ` [PATCH v2 1/6] gitlab: explicit set artifacts publishing criteria Alex Bennée
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Alex Bennée @ 2023-06-26 20:25 UTC (permalink / raw)
  To: qemu-devel
  Cc: Qiuhao Li, Philippe Mathieu-Daudé, Stefan Hajnoczi,
	Juan Quintela, Marcin Juszkiewicz, Daniel P. Berrangé,
	Eduardo Habkost, Alexandre Iooss, Peter Xu, Yanan Wang,
	Mahmoud Mandour, Peter Maydell, Bin Meng, Marcel Apfelbaum,
	Beraldo Leal, Richard Henderson, Leif Lindholm, Paolo Bonzini,
	Thomas Huth, Riku Voipio, Cleber Rosa, Alexander Bulekov,
	Alex Bennée, Radoslaw Biernacki, Bandan Das, Leonardo Bras,
	qemu-arm, Darren Kenny, Wainer dos Santos Moschetta,
	Laurent Vivier

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



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

end of thread, other threads:[~2023-06-27  7:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 20:25 [PATCH v2 0/6] maintainer omnibus: testing, fuzz, plugins, documentation Alex Bennée
2023-06-26 20:25 ` [PATCH v2 1/6] gitlab: explicit set artifacts publishing criteria Alex Bennée
2023-06-26 20:25 ` [PATCH v2 2/6] gitlab: ensure coverage job also publishes meson log Alex Bennée
2023-06-26 20:25 ` [PATCH v2 3/6] gitlab: reduce testing scope of check-gcov Alex Bennée
2023-06-26 20:25 ` [PATCH v2 4/6] docs/devel: remind developers to run CI container pipeline when updating images Alex Bennée
2023-06-26 20:25 ` [PATCH v2 5/6] tests/tcg: add mechanism to handle plugin arguments Alex Bennée
2023-06-26 20:25 ` [PATCH v2 6/6] qemu-keymap: properly check return from xkb_keymap_mod_get_index Alex Bennée
2023-06-27  7:37   ` Juan Quintela

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).