Signed-off-by: John Snow <js...@redhat.com> ---
I tried to grab documents that appeared to document literal internal interfaces of QEMU (that weren't better described by some other subsection) and put them here in this section. Name isn't perfect, feel free to suggest alternatives. Signed-off-by: John Snow <js...@redhat.com> --- docs/devel/index.rst | 10 +--------- docs/devel/section-subsystems.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 docs/devel/section-subsystems.rst diff --git a/docs/devel/index.rst b/docs/devel/index.rst index 71ed48881ef..da579a7b666 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -13,19 +13,11 @@ modifying QEMU's source code. section-development section-testing-debugging section-tcg + section-subsystems control-flow-integrity - loads-stores - memory - migration - atomics decodetree - bitops - ui - reset s390-dasd-ipl - clocks qom - modules block-coroutine-wrapper multi-process ebpf_rss diff --git a/docs/devel/section-subsystems.rst b/docs/devel/section-subsystems.rst new file mode 100644 index 00000000000..fbe21f85adf --- /dev/null +++ b/docs/devel/section-subsystems.rst @@ -0,0 +1,16 @@ +Subsystem APIs +============== + +.. toctree:: + :maxdepth: 2 + :includehidden: + + atomics + bitops + loads-stores + clocks + memory + ui + migration + reset + modules -- 2.31.1