mbox

[PULL,0/6] Documentation updates

Message ID 20211122144320.29178-1-thuth@redhat.com
State New
Headers show

Pull-request

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

Message

Thomas Huth Nov. 22, 2021, 2:43 p.m. UTC
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(-)

Comments

Richard Henderson Nov. 23, 2021, 12:39 a.m. UTC | #1
On 11/22/21 3:43 PM, Thomas Huth wrote:
>   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(-)

Applied, thanks.

r~