[PATCH for 4.2-rc2 v1 0/5] misc doc and testing fixes

Alex Bennée posted 5 patches 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191113115952.775-1-alex.bennee@linaro.org
docs/devel/index.rst                          |  3 +-
...ti-thread-tcg.txt => multi-thread-tcg.rst} | 28 ++++++++++++-------
docs/devel/{plugins.rst => tcg-plugins.rst}   | 27 ++++++++++++++----
.travis.yml                                   |  2 +-
MAINTAINERS                                   |  1 +
tests/vm/basevm.py                            |  2 +-
6 files changed, 44 insertions(+), 19 deletions(-)
rename docs/devel/{multi-thread-tcg.txt => multi-thread-tcg.rst} (96%)
rename docs/devel/{plugins.rst => tcg-plugins.rst} (83%)
[PATCH for 4.2-rc2 v1 0/5] misc doc and testing fixes
Posted by Alex Bennée 4 years, 5 months ago
Hi,

As we approach release I'm just bundling up my random fixes for 4.2
into one tree for each release candidate. This has a minor fix for
debugging vm builds and a number of minor documentation fixes
including moving the MTTCG docs across to rst format. The final patch
is a tweak to Travis to drop the 32 bit targets from
MAIN_SOFTMMU_TARGETS. This may be too controversial although the 32
bit targets still get built and tested under GCC.

Please review.

Alex Bennée (5):
  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
  docs/devel: convert multi-thread-tcg to a .rst document
  .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS

 docs/devel/index.rst                          |  3 +-
 ...ti-thread-tcg.txt => multi-thread-tcg.rst} | 28 ++++++++++++-------
 docs/devel/{plugins.rst => tcg-plugins.rst}   | 27 ++++++++++++++----
 .travis.yml                                   |  2 +-
 MAINTAINERS                                   |  1 +
 tests/vm/basevm.py                            |  2 +-
 6 files changed, 44 insertions(+), 19 deletions(-)
 rename docs/devel/{multi-thread-tcg.txt => multi-thread-tcg.rst} (96%)
 rename docs/devel/{plugins.rst => tcg-plugins.rst} (83%)

-- 
2.20.1