summaryrefslogtreecommitdiffstats
path: root/docs/devel/index-api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devel/index-api.rst')
-rw-r--r--docs/devel/index-api.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/devel/index-api.rst b/docs/devel/index-api.rst
new file mode 100644
index 00000000..60c0d745
--- /dev/null
+++ b/docs/devel/index-api.rst
@@ -0,0 +1,14 @@
+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
+
+ bitops
+ loads-stores
+ memory
+ modules
+ ui