qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] testing/next: avocado logging, docs, gitlab
@ 2023-05-18 16:20 Alex Bennée
  2023-05-18 16:20 ` [PATCH 1/8] gitlab: explicit set artifacts publishing criteria Alex Bennée
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Alex Bennée @ 2023-05-18 16:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Markus Armbruster, Richard Henderson, Peter Maydell, Thomas Huth,
	John Snow, Alex Bennée, Daniel P. Berrangé,
	Marc-André Lureau, Philippe Mathieu-Daudé,
	Paolo Bonzini, Mark Cave-Ayland, Wainer dos Santos Moschetta,
	Cleber Rosa

Mostly this contains some fixes for the logging that went missing
since we bumped avocado up to 101. As well as tweaking the log
behaviour we also have a few gitlab tweaks from Daniel and some
updates to the documentation.

I've included Richards plugin fix so we don't break bisection although
it will likely go straight into the main tree by the time this becomes
a pull request.

Alex Bennée (4):
  tests/tcg: add mechanism to handle plugin arguments
  tests/avocado: move guest output to "avocado" namespace
  python/qemu: allow avocado to set logging name space
  docs: add some documentation on avocado logging

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

Richard Henderson (1):
  accel/tcg: Fix append_mem_cb

 docs/devel/testing.rst                 | 31 +++++++++++++++++++
 accel/tcg/plugin-gen.c                 | 42 --------------------------
 .gitlab-ci.d/buildtest-template.yml    |  4 ++-
 .gitlab-ci.d/buildtest.yml             |  5 +++
 .gitlab-ci.d/crossbuild-template.yml   |  1 +
 .gitlab-ci.d/crossbuilds.yml           |  2 ++
 .gitlab-ci.d/custom-runners.yml        |  1 +
 .gitlab-ci.d/opensbi.yml               |  1 +
 python/qemu/machine/machine.py         | 42 ++++++++++++++------------
 tests/avocado/avocado_qemu/__init__.py |  7 +++--
 tests/tcg/Makefile.target              |  8 +++--
 11 files changed, 76 insertions(+), 68 deletions(-)

-- 
2.39.2



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

end of thread, other threads:[~2023-05-23  7:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 16:20 [PATCH 0/8] testing/next: avocado logging, docs, gitlab Alex Bennée
2023-05-18 16:20 ` [PATCH 1/8] gitlab: explicit set artifacts publishing criteria Alex Bennée
2023-05-18 16:20 ` [PATCH 2/8] gitlab: ensure coverage job also publishes meson log Alex Bennée
2023-05-18 16:20 ` [PATCH 3/8] docs/devel: remind developers to run CI container pipeline when updating images Alex Bennée
2023-05-18 16:20 ` [PATCH 4/8] accel/tcg: Fix append_mem_cb Alex Bennée
2023-05-18 16:20 ` [PATCH 5/8] tests/tcg: add mechanism to handle plugin arguments Alex Bennée
2023-05-18 16:20 ` [PATCH 6/8] tests/avocado: move guest output to "avocado" namespace Alex Bennée
2023-05-18 16:20 ` [PATCH 7/8] python/qemu: allow avocado to set logging name space Alex Bennée
2023-05-18 20:15   ` John Snow
2023-05-19  6:38     ` Alex Bennée
2023-05-22 19:11       ` John Snow
2023-05-23  7:18     ` Daniel P. Berrangé
2023-05-18 16:20 ` [PATCH 8/8] docs: add some documentation on avocado logging Alex Bennée

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