On Fri, 6 Aug 2021 at 16:51, John Snow <js...@redhat.com> wrote: > > Signed-off-by: John Snow <js...@redhat.com> > --- > docs/devel/index.rst | 4 +--- > docs/devel/section-api.rst | 10 ++++++++++ > 2 files changed, 11 insertions(+), 3 deletions(-) > create mode 100644 docs/devel/section-api.rst > > diff --git a/docs/devel/index.rst b/docs/devel/index.rst > index b146ce00f7a..9f9e96204fc 100644 > --- a/docs/devel/index.rst > +++ b/docs/devel/index.rst > @@ -12,14 +12,12 @@ modifying QEMU's source code. > section-community-governance > section-development > section-testing-debugging > + section-api > section-tcg > section-subsystems > control-flow-integrity > s390-dasd-ipl > - qom > block-coroutine-wrapper > multi-process > ebpf_rss > vfio-migration > - qapi-code-gen > - writing-qmp-commands > diff --git a/docs/devel/section-api.rst b/docs/devel/section-api.rst > new file mode 100644 > index 00000000000..d62b614fe3d > --- /dev/null > +++ b/docs/devel/section-api.rst > @@ -0,0 +1,10 @@ > +QEMU API > +======== > + > +.. toctree:: > + :maxdepth: 2 > + :includehidden: > + > + qapi-code-gen > + writing-qmp-commands > + qom > -- > 2.31.1
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM