qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] documentation updates
@ 2021-08-25 11:00 Thomas Huth
  2021-08-25 11:00 ` [PULL 1/6] docs/about: Remove the duplicated doc Thomas Huth
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Thomas Huth @ 2021-08-25 11:00 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell

 Hi Peter!

The following changes since commit f9baca549e44791be0dd98de15add3d8452a8af0:

  Update version for v6.1.0 release (2021-08-24 17:59:52 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-08-25

for you to fetch changes up to 2e8801988282bf3a45b495efa8438509ff68056d:

  docs: make sphinx-build be quiet by default (2021-08-25 12:19:18 +0200)

----------------------------------------------------------------
* Various updates for the documentation

----------------------------------------------------------------
Daniel P. Berrangé (2):
      docs: split the CI docs into two files
      docs: make sphinx-build be quiet by default

Thomas Huth (1):
      docs/about/removed-features: Move some CLI options to the right location

Yanan Wang (3):
      docs/about: Remove the duplicated doc
      docs/about: Unify the subject format
      docs/about: Add the missing release record in the subject

 docs/about/deprecated.rst       |  56 +++++++-------
 docs/about/removed-features.rst | 157 ++++++++++++++++++---------------------
 docs/devel/ci-jobs.rst          |  40 ++++++++++
 docs/devel/ci-runners.rst       | 117 +++++++++++++++++++++++++++++
 docs/devel/ci.rst               | 159 +---------------------------------------
 docs/meson.build                |   2 +-
 6 files changed, 259 insertions(+), 272 deletions(-)
 create mode 100644 docs/devel/ci-jobs.rst
 create mode 100644 docs/devel/ci-runners.rst



^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PULL 0/6] Documentation updates
@ 2021-11-22 14:43 Thomas Huth
  2021-11-23  0:39 ` Richard Henderson
  0 siblings, 1 reply; 14+ messages in thread
From: Thomas Huth @ 2021-11-22 14:43 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel

 Hi Richard!

The following changes since commit c5fbdd60cf1fb52f01bdfe342b6fa65d5343e1b1:

  Merge tag 'qemu-sparc-20211121' of git://github.com/mcayland/qemu into staging (2021-11-21 14:12:25 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-11-22

for you to fetch changes up to c5ba62195427d65a44472901cff3dddffc14b3b3:

  docs: Render binary names as monospaced text (2021-11-22 15:02:38 +0100)

----------------------------------------------------------------
* Documentation updates

----------------------------------------------------------------
Kashyap Chamarthy (2):
      docs: Fix botched rST conversion of 'submitting-a-patch.rst'
      docs: List more commit-message tags in "submitting-a-patch"

Philippe Mathieu-Daudé (1):
      docs: Render binary names as monospaced text

Rao, Lei (2):
      docs: Drop deprecated 'props' from object-add
      docs: Use double quotes instead of single quotes for COLO

Stefan Weil (1):
      Fix some typos in documentation (found by codespell)

 docs/COLO-FT.txt                         | 106 ++++++++--------
 docs/about/removed-features.rst          |   8 +-
 docs/block-replication.txt               |  52 ++++----
 docs/devel/build-system.rst              |   6 +-
 docs/devel/multi-process.rst             |   8 +-
 docs/devel/qgraph.rst                    |   2 +-
 docs/devel/stable-process.rst            |   2 +
 docs/devel/style.rst                     |   2 +
 docs/devel/submitting-a-patch.rst        | 202 +++++++++++++++++++++++--------
 docs/devel/submitting-a-pull-request.rst |   9 +-
 docs/devel/testing.rst                   |   8 +-
 docs/devel/trivial-patches.rst           |   2 +
 docs/devel/writing-monitor-commands.rst  |   2 +-
 docs/hyperv.txt                          |   2 +-
 docs/image-fuzzer.txt                    |   6 +-
 docs/system/arm/orangepi.rst             |   2 +-
 docs/system/authz.rst                    |  26 ++--
 docs/system/cpu-models-x86.rst.inc       |   2 +-
 docs/system/devices/nvme.rst             |   2 +-
 docs/system/gdb.rst                      |   2 +-
 docs/system/images.rst                   |   2 +-
 docs/system/ppc/ppce500.rst              |   2 +-
 docs/system/qemu-block-drivers.rst.inc   |   6 +-
 docs/system/riscv/shakti-c.rst           |   2 +-
 docs/system/tls.rst                      |   2 +-
 docs/throttle.txt                        |   8 +-
 docs/tools/qemu-img.rst                  |  18 +--
 docs/tools/qemu-nbd.rst                  |   6 +-
 docs/tools/qemu-storage-daemon.rst       |   7 +-
 docs/tools/virtiofsd.rst                 |   4 +-
 30 files changed, 307 insertions(+), 201 deletions(-)



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

end of thread, other threads:[~2021-11-23  0:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-25 11:00 [PULL 0/6] documentation updates Thomas Huth
2021-08-25 11:00 ` [PULL 1/6] docs/about: Remove the duplicated doc Thomas Huth
2021-08-25 11:00 ` [PULL 2/6] docs/about: Unify the subject format Thomas Huth
2021-08-25 11:00 ` [PULL 3/6] docs/about: Add the missing release record in the subject Thomas Huth
2021-08-25 11:00 ` [PULL 4/6] docs/about/removed-features: Move some CLI options to the right location Thomas Huth
2021-08-25 11:00 ` [PULL 5/6] docs: split the CI docs into two files Thomas Huth
2021-08-30 13:33   ` Philippe Mathieu-Daudé
2021-08-30 16:02     ` Thomas Huth
2021-08-30 21:15       ` Philippe Mathieu-Daudé
2021-08-31  5:07         ` Thomas Huth
2021-08-25 11:00 ` [PULL 6/6] docs: make sphinx-build be quiet by default Thomas Huth
2021-08-25 20:09 ` [PULL 0/6] documentation updates Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2021-11-22 14:43 [PULL 0/6] Documentation updates Thomas Huth
2021-11-23  0:39 ` Richard Henderson

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).