John Snow <js...@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 <js...@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!