qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e0366f: docs/devel/qapi-code-gen: Update exam


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] e0366f: docs/devel/qapi-code-gen: Update examples to match...
Date: Thu, 05 Aug 2021 10:53:42 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: e0366f9f2ba22cea264dac26e03120fc153653ed
      
https://github.com/qemu/qemu/commit/e0366f9f2ba22cea264dac26e03120fc153653ed
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M docs/devel/qapi-code-gen.txt

  Log Message:
  -----------
  docs/devel/qapi-code-gen: Update examples to match current code

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210712150214.624281-1-armbru@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>


  Commit: f7aa076dbdfcd569c79166ff0980c261190a5d53
      
https://github.com/qemu/qemu/commit/f7aa076dbdfcd569c79166ff0980c261190a5d53
  Author: John Snow <jsnow@redhat.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M docs/devel/index.rst
    A docs/devel/qapi-code-gen.rst
    R docs/devel/qapi-code-gen.txt

  Log Message:
  -----------
  docs: convert qapi-code-gen.txt to ReST

This is a very rudimentary conversion from .txt to .rst changing as
little as possible, but getting it to render somewhat nicely; without
using any Sphinx directives. (It is 'native' ReST.)

Further patches will add cross-references and Sphinx-specific extensions
to make it sparkle.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210720235619.2048797-2-jsnow@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 55927c5f3283fe47e77a64ffe3bcab4c1117a07d
      
https://github.com/qemu/qemu/commit/55927c5f3283fe47e77a64ffe3bcab4c1117a07d
  Author: John Snow <jsnow@redhat.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M docs/devel/qapi-code-gen.rst

  Log Message:
  -----------
  docs/qapi-code-gen: Beautify formatting

Mostly, add ``literal`` markers to a lot of things like C types, add
code blocks, and fix the way a few things render.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210720235619.2048797-3-jsnow@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 9c66762a6015aaf503ceb7f2bbbf3a9affd9368d
      
https://github.com/qemu/qemu/commit/9c66762a6015aaf503ceb7f2bbbf3a9affd9368d
  Author: John Snow <jsnow@redhat.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M docs/devel/qapi-code-gen.rst

  Log Message:
  -----------
  docs/qapi-code-gen: add cross-references

Add clickables to many places.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210720235619.2048797-4-jsnow@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 68e6dc594a44a7077657f2ea878806e38dfa50cf
      
https://github.com/qemu/qemu/commit/68e6dc594a44a7077657f2ea878806e38dfa50cf
  Author: John Snow <jsnow@redhat.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M docs/devel/index.rst
    A docs/devel/writing-qmp-commands.rst
    R docs/devel/writing-qmp-commands.txt

  Log Message:
  -----------
  docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst

This does about the bare minimum, converting section headers to ReST
ones and adding an indent for code blocks.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210721165015.2180311-1-jsnow@redhat.com>
Reviewed-by: Connor Kuehl <ckuehl@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: ca92f162763ab854ea342b1d50758cb98b4d4e21
      
https://github.com/qemu/qemu/commit/ca92f162763ab854ea342b1d50758cb98b4d4e21
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-08-05 (Thu, 05 Aug 2021)

  Changed paths:
    M docs/devel/index.rst
    A docs/devel/qapi-code-gen.rst
    R docs/devel/qapi-code-gen.txt
    A docs/devel/writing-qmp-commands.rst
    R docs/devel/writing-qmp-commands.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-08-05' into 
staging

QAPI patches patches for 2021-08-05

# gpg: Signature made Thu 05 Aug 2021 15:06:12 BST
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-qapi-2021-08-05:
  docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst
  docs/qapi-code-gen: add cross-references
  docs/qapi-code-gen: Beautify formatting
  docs: convert qapi-code-gen.txt to ReST
  docs/devel/qapi-code-gen: Update examples to match current code

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/287d53398a42...ca92f162763a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]