[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] docs: convert writing-qmp-commands.txt to writing-qmp-comman
From: |
Markus Armbruster |
Subject: |
Re: [PATCH] docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst |
Date: |
Wed, 04 Aug 2021 11:17:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
John Snow <jsnow@redhat.com> writes:
> 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>
> ---
> docs/devel/index.rst | 1 +
> ...-commands.txt => writing-qmp-commands.rst} | 581 +++++++++---------
> 2 files changed, 304 insertions(+), 278 deletions(-)
> rename docs/devel/{writing-qmp-commands.txt => writing-qmp-commands.rst}
> (61%)
>
> diff --git a/docs/devel/index.rst b/docs/devel/index.rst
> index 153979caf4b..331004ad072 100644
> --- a/docs/devel/index.rst
> +++ b/docs/devel/index.rst
> @@ -42,3 +42,4 @@ modifying QEMU's source code.
> multi-process
> ebpf_rss
> vfio-migration
> + writing-qmp-commands
Conflicts with your "[PATCH 0/3] docs: convert qapi-code-gen.txt to
qapi-code-gen.rst", resolution is straightforward. Still, consider
avoiding even trivial conflicts by stacking your work. Use Based-on:
tags to specify the dependencies.
Same question as for the other series: for 6.1, or "don't rock the boat
now"?
Regardless, both queued. Thanks!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH] docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst,
Markus Armbruster <=