[PATCH v2 0/6] testing/next (meson check-tcg, fedora bump, docs)

Alex Bennée posted 6 patches 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210222101455.12640-1-alex.bennee@linaro.org
docs/devel/testing.rst                        | 85 ++++++++++++++-----
meson.build                                   | 18 ++++
tests/acceptance/virtio-gpu.py                |  7 +-
.../dockerfiles/fedora-cris-cross.docker      |  2 +-
.../dockerfiles/fedora-i386-cross.docker      |  2 +-
.../dockerfiles/fedora-win32-cross.docker     |  2 +-
.../dockerfiles/fedora-win64-cross.docker     |  2 +-
tests/docker/dockerfiles/fedora.docker        |  2 +-
tests/tcg/configure.sh                        |  8 --
9 files changed, 93 insertions(+), 35 deletions(-)
[PATCH v2 0/6] testing/next (meson check-tcg, fedora bump, docs)
Posted by Alex Bennée 3 years, 2 months ago
Hi,

A few patches dropped off as Thomas merged them. I've added some
additional documentation patches for testing.rst. I guess I'll wrap
this up into a PR later this week. The docs patches need review:

 - docs/devel: add forward reference to check-tcg
 - docs/devel: update the container based tests
 - docs/devel: expand on use of containers to build tests

Alex Bennée (5):
  meson.build: expose TCG cross compiler information in summary
  tests/acceptance: allow a "graceful" failing for virtio-gpu test
  docs/devel: expand on use of containers to build tests
  docs/devel: update the container based tests
  docs/devel: add forward reference to check-tcg

Philippe Mathieu-Daudé (1):
  docker: Bump Fedora images to release 33

 docs/devel/testing.rst                        | 85 ++++++++++++++-----
 meson.build                                   | 18 ++++
 tests/acceptance/virtio-gpu.py                |  7 +-
 .../dockerfiles/fedora-cris-cross.docker      |  2 +-
 .../dockerfiles/fedora-i386-cross.docker      |  2 +-
 .../dockerfiles/fedora-win32-cross.docker     |  2 +-
 .../dockerfiles/fedora-win64-cross.docker     |  2 +-
 tests/docker/dockerfiles/fedora.docker        |  2 +-
 tests/tcg/configure.sh                        |  8 --
 9 files changed, 93 insertions(+), 35 deletions(-)

-- 
2.20.1


Re: [PATCH v2 0/6] testing/next (meson check-tcg, fedora bump, docs)
Posted by Richard Henderson 3 years, 2 months ago
On 2/22/21 2:14 AM, Alex Bennée wrote:
> Alex Bennée (5):
>   meson.build: expose TCG cross compiler information in summary
>   tests/acceptance: allow a "graceful" failing for virtio-gpu test
>   docs/devel: expand on use of containers to build tests
>   docs/devel: update the container based tests
>   docs/devel: add forward reference to check-tcg
> 
> Philippe Mathieu-Daudé (1):
>   docker: Bump Fedora images to release 33

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~