From c6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Wed, 9 Mar 2022 13:52:15 +0000 Subject: docs/devel: try and impose some organisation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have a growing set of developer docs but the index is currently in order of when stuff was added. Try and make things a bit easier to find my adding sub indexes and organising into themes. Signed-off-by: Alex Bennée Reviewed-by: Kashyap Chamarthy Message-Id: <20220315121251.2280317-7-alex.bennee@linaro.org> --- docs/devel/index-api.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/devel/index-api.rst (limited to 'docs/devel/index-api.rst') diff --git a/docs/devel/index-api.rst b/docs/devel/index-api.rst new file mode 100644 index 0000000000..b749240272 --- /dev/null +++ b/docs/devel/index-api.rst @@ -0,0 +1,15 @@ +Internal QEMU APIs +------------------ + +Details about how QEMU's various internal APIs. Most of these are +generated from in-code annotations to function prototypes. + +.. toctree:: + :maxdepth: 2 + :includehidden: + + bitops + loads-stores + memory + modules + ui -- cgit 1.4.1