[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/7] testing updates (build, docs, dumps)
From: |
Alex Bennée |
Subject: |
[PULL 0/7] testing updates (build, docs, dumps) |
Date: |
Wed, 24 Feb 2021 11:49:19 +0000 |
The following changes since commit 7ef8134565dccf9186d5eabd7dbb4ecae6dead87:
Merge remote-tracking branch
'remotes/edgar/tags/edgar/cris-next-2021-02-22.for-upstream' into staging
(2021-02-22 14:20:32 +0000)
are available in the Git repository at:
https://github.com/stsquad/qemu.git tags/pull-testing-updates-240221-1
for you to fetch changes up to 93a11007681a8051c07834c52d785a2948ff9632:
docs: move CODING_STYLE into the developer documentation (2021-02-24 11:05:21
+0000)
----------------------------------------------------------------
Testing tweaks (build, docs, bumps)
- expose cross compiler info in meson pretty print
- bump Fedora to 33
- "graceful" handling of missing virgl config
- updates to the container documentation
- move CODING_STYLE.rst into developer manual
----------------------------------------------------------------
Alex Bennée (6):
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
docs: move CODING_STYLE into the developer documentation
Philippe Mathieu-Daudé (1):
docker: Bump Fedora images to release 33
docs/devel/index.rst | 1 +
CODING_STYLE.rst => docs/devel/style.rst | 6 +-
docs/devel/testing.rst | 85 ++++++++++++++++------
README.rst | 4 +-
meson.build | 18 +++++
scripts/fix-multiline-comments.sh | 2 +-
tests/acceptance/virtio-gpu.py | 7 +-
tests/docker/dockerfiles/fedora-cris-cross.docker | 2 +-
tests/docker/dockerfiles/fedora-i386-cross.docker | 2 +-
tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +-
tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +-
tests/docker/dockerfiles/fedora.docker | 2 +-
tests/tcg/configure.sh | 8 --
13 files changed, 101 insertions(+), 40 deletions(-)
rename CODING_STYLE.rst => docs/devel/style.rst (99%)
--
2.20.1
- [PULL 0/7] testing updates (build, docs, dumps),
Alex Bennée <=
- [PULL 1/7] meson.build: expose TCG cross compiler information in summary, Alex Bennée, 2021/02/24
- [PULL 2/7] docker: Bump Fedora images to release 33, Alex Bennée, 2021/02/24
- [PULL 3/7] tests/acceptance: allow a "graceful" failing for virtio-gpu test, Alex Bennée, 2021/02/24
- [PULL 6/7] docs/devel: add forward reference to check-tcg, Alex Bennée, 2021/02/24
- [PULL 7/7] docs: move CODING_STYLE into the developer documentation, Alex Bennée, 2021/02/24
- [PULL 4/7] docs/devel: expand on use of containers to build tests, Alex Bennée, 2021/02/24
- [PULL 5/7] docs/devel: update the container based tests, Alex Bennée, 2021/02/24