[PULL 0/5] QAPI patches patches for 2021-08-05

Markus Armbruster posted 5 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210805140902.2110546-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>
docs/devel/index.rst                               |   2 +
.../devel/{qapi-code-gen.txt => qapi-code-gen.rst} | 823 ++++++++++++---------
...g-qmp-commands.txt => writing-qmp-commands.rst} | 567 +++++++-------
3 files changed, 754 insertions(+), 638 deletions(-)
rename docs/devel/{qapi-code-gen.txt => qapi-code-gen.rst} (75%)
rename docs/devel/{writing-qmp-commands.txt => writing-qmp-commands.rst} (61%)
[PULL 0/5] QAPI patches patches for 2021-08-05
Posted by Markus Armbruster 2 years, 9 months ago
The following changes since commit cb2f4b8750b7e1c954570d19b104d4fdbeb8739a:

  Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-03' into staging (2021-08-03 19:50:43 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-08-05

for you to fetch changes up to 68e6dc594a44a7077657f2ea878806e38dfa50cf:

  docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst (2021-08-04 11:18:05 +0200)

----------------------------------------------------------------
QAPI patches patches for 2021-08-05

----------------------------------------------------------------
John Snow (4):
      docs: convert qapi-code-gen.txt to ReST
      docs/qapi-code-gen: Beautify formatting
      docs/qapi-code-gen: add cross-references
      docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst

Markus Armbruster (1):
      docs/devel/qapi-code-gen: Update examples to match current code

 docs/devel/index.rst                               |   2 +
 .../devel/{qapi-code-gen.txt => qapi-code-gen.rst} | 823 ++++++++++++---------
 ...g-qmp-commands.txt => writing-qmp-commands.rst} | 567 +++++++-------
 3 files changed, 754 insertions(+), 638 deletions(-)
 rename docs/devel/{qapi-code-gen.txt => qapi-code-gen.rst} (75%)
 rename docs/devel/{writing-qmp-commands.txt => writing-qmp-commands.rst} (61%)

-- 
2.31.1


Re: [PULL 0/5] QAPI patches patches for 2021-08-05
Posted by Peter Maydell 2 years, 9 months ago
On Thu, 5 Aug 2021 at 15:09, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit cb2f4b8750b7e1c954570d19b104d4fdbeb8739a:
>
>   Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-03' into staging (2021-08-03 19:50:43 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-08-05
>
> for you to fetch changes up to 68e6dc594a44a7077657f2ea878806e38dfa50cf:
>
>   docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst (2021-08-04 11:18:05 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2021-08-05
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM