qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/12] docs queue
@ 2020-03-12 11:43 Peter Maydell
  2020-03-12 11:43 ` [PULL 01/12] Makefile: Remove redundant Texinfo related code Peter Maydell
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Peter Maydell @ 2020-03-12 11:43 UTC (permalink / raw)
  To: qemu-devel

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-03-12 16:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 11:43 [PULL 00/12] docs queue Peter Maydell
2020-03-12 11:43 ` [PULL 01/12] Makefile: Remove redundant Texinfo related code Peter Maydell
2020-03-12 11:43 ` [PULL 02/12] Update comments in .hx files that mention Texinfo Peter Maydell
2020-03-12 11:43 ` [PULL 03/12] hxtool: Remove Texinfo generation support Peter Maydell
2020-03-12 11:44 ` [PULL 04/12] docs/sphinx/hxtool.py: Remove STEXI/ETEXI support Peter Maydell
2020-03-12 11:44 ` [PULL 05/12] Makefile: Make all Sphinx documentation depend on the extensions Peter Maydell
2020-03-12 11:44 ` [PULL 06/12] docs/index.rst, docs/index.html.in: Reorder manuals Peter Maydell
2020-03-12 11:44 ` [PULL 07/12] docs/qemu-option-trace.rst.inc: Remove redundant comment Peter Maydell
2020-03-12 11:44 ` [PULL 08/12] Makefile: Allow for subdirectories in Sphinx manual dependencies Peter Maydell
2020-03-12 11:44 ` [PULL 09/12] docs/system: Split target-arm.rst into sub-documents Peter Maydell
2020-03-12 11:44 ` [PULL 10/12] docs/system/target-arm.rst: Add some introductory text Peter Maydell
2020-03-12 11:44 ` [PULL 11/12] docs: Move arm-cpu-features.rst into the system manual Peter Maydell
2020-03-12 11:44 ` [PULL 12/12] docs: Be consistent about capitalization of 'Arm' Peter Maydell
2020-03-12 16:00 ` [PULL 00/12] docs queue Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).