Some documentation-related updates now that the main qemu-doc conversion is in master. Includes the splitting out of arm-specific info into subpages.
thanks -- PMM The following changes since commit 5931ed5641ca6c4a237e82e4e5d2a08639865ce7: Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' into staging (2020-03-11 17:06:40 +0000) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-docs-20200312 for you to fetch changes up to 6fe6d6c9a953901251e1a85088f0a61ff5caf648: docs: Be consistent about capitalization of 'Arm' (2020-03-12 11:20:20 +0000) ---------------------------------------------------------------- docs queue: * Remove some no longer needed texinfo infrastructure * Reorder the top level index docs to put most useful manuals first * Split the Arm target-specific info into sub-pages * Improve the Arm documentation a bit with info previously only on the wiki page ---------------------------------------------------------------- Peter Maydell (12): Makefile: Remove redundant Texinfo related code Update comments in .hx files that mention Texinfo hxtool: Remove Texinfo generation support docs/sphinx/hxtool.py: Remove STEXI/ETEXI support Makefile: Make all Sphinx documentation depend on the extensions docs/index.rst, docs/index.html.in: Reorder manuals docs/qemu-option-trace.rst.inc: Remove redundant comment Makefile: Allow for subdirectories in Sphinx manual dependencies docs/system: Split target-arm.rst into sub-documents docs/system/target-arm.rst: Add some introductory text docs: Move arm-cpu-features.rst into the system manual docs: Be consistent about capitalization of 'Arm' docs/can.txt | 2 +- docs/devel/atomics.txt | 2 +- docs/devel/multi-thread-tcg.txt | 8 +- docs/replay.txt | 2 +- docs/specs/fw_cfg.txt | 2 +- Makefile | 16 +- MAINTAINERS | 9 + docs/devel/kconfig.rst | 2 +- docs/devel/loads-stores.rst | 2 +- docs/devel/tcg.rst | 2 +- docs/index.html.in | 10 +- docs/index.rst | 8 +- docs/qemu-option-trace.rst.inc | 4 - docs/specs/tpm.rst | 6 +- docs/sphinx/hxtool.py | 28 +- .../arm/cpu-features.rst} | 12 +- docs/system/arm/integratorcp.rst | 16 ++ docs/system/arm/musicpal.rst | 19 ++ docs/system/arm/nseries.rst | 33 +++ docs/system/arm/palm.rst | 23 ++ docs/system/arm/realview.rst | 34 +++ docs/system/arm/stellaris.rst | 26 ++ docs/system/arm/sx1.rst | 18 ++ docs/system/arm/versatile.rst | 29 ++ docs/system/arm/xscale.rst | 29 ++ docs/system/target-arm.rst | 295 ++++++--------------- docs/user/main.rst | 8 +- hmp-commands-info.hx | 8 +- hmp-commands.hx | 8 +- qemu-options.hx | 8 +- scripts/hxtool | 78 +----- 31 files changed, 369 insertions(+), 378 deletions(-) rename docs/{arm-cpu-features.rst => system/arm/cpu-features.rst} (98%) create mode 100644 docs/system/arm/integratorcp.rst create mode 100644 docs/system/arm/musicpal.rst create mode 100644 docs/system/arm/nseries.rst create mode 100644 docs/system/arm/palm.rst create mode 100644 docs/system/arm/realview.rst create mode 100644 docs/system/arm/stellaris.rst create mode 100644 docs/system/arm/sx1.rst create mode 100644 docs/system/arm/versatile.rst create mode 100644 docs/system/arm/xscale.rst
