[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL for rc3 0/5] a few doc and testing tweaks
From: |
Alex Bennée |
Subject: |
[PULL for rc3 0/5] a few doc and testing tweaks |
Date: |
Wed, 20 Nov 2019 10:57:56 +0000 |
The following changes since commit 39e2821077e6dcf788b7c2a9ef50970ec7995437:
Update version for v4.2.0-rc2 release (2019-11-19 19:34:10 +0000)
are available in the Git repository at:
https://github.com/stsquad/qemu.git tags/pull-rc3-testing-and-tcg-201119-1
for you to fetch changes up to 22c30b2d20e828edadbd992c1d4c4bfd0f3433ba:
tests/tcg: modify multiarch tests to work with clang (2019-11-20 10:53:31
+0000)
----------------------------------------------------------------
A few test and doc fixes:
- tweak DEBUG behaviour for vm-test-build
- rename and update plug docs for versioning
- slim down MAIN_SOFTMMU_TARGETS
----------------------------------------------------------------
Alex Bennée (4):
tests/vm: make --interactive (and therefore DEBUG=1) unconditional
docs/devel: rename plugins.rst to tcg-plugins.rst
docs/devel: update tcg-plugins.rst with API versioning details
.travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS
Taylor Simpson (1):
tests/tcg: modify multiarch tests to work with clang
docs/devel/index.rst | 2 +-
docs/devel/{plugins.rst => tcg-plugins.rst} | 27 +++++++++++++++++++++------
tests/tcg/multiarch/float_helpers.c | 2 --
tests/tcg/multiarch/linux-test.c | 6 +++++-
.travis.yml | 2 +-
MAINTAINERS | 1 +
tests/vm/basevm.py | 2 +-
7 files changed, 30 insertions(+), 12 deletions(-)
rename docs/devel/{plugins.rst => tcg-plugins.rst} (83%)
--
2.20.1
- [PULL for rc3 0/5] a few doc and testing tweaks,
Alex Bennée <=
- [PULL 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst, Alex Bennée, 2019/11/20
- [PULL 5/5] tests/tcg: modify multiarch tests to work with clang, Alex Bennée, 2019/11/20
- [PULL 1/5] tests/vm: make --interactive (and therefore DEBUG=1) unconditional, Alex Bennée, 2019/11/20
- [PULL 3/5] docs/devel: update tcg-plugins.rst with API versioning details, Alex Bennée, 2019/11/20
- [PULL 4/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS, Alex Bennée, 2019/11/20
- Re: [PULL for rc3 0/5] a few doc and testing tweaks, Peter Maydell, 2019/11/21