summary refs log tree commit diff stats
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.rst15
1 files changed, 15 insertions, 0 deletions
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