aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/tcg-plugins.rst
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2021-03-23 16:52:48 +0000
committerAlex Bennée <alex.bennee@linaro.org>2021-03-24 14:24:44 +0000
commitca955bd726d49a0194b68fd43ccd0f92fdea71ec (patch)
tree18d210ec49eb19b32cbd0e8b627f7bdec34adf62 /docs/devel/tcg-plugins.rst
parentb30df2751e581ea24999ff2263df99208b8e3ed3 (diff)
downloadqemu-ca955bd726d49a0194b68fd43ccd0f92fdea71ec.zip
qemu-ca955bd726d49a0194b68fd43ccd0f92fdea71ec.tar.gz
qemu-ca955bd726d49a0194b68fd43ccd0f92fdea71ec.tar.bz2
docs/devel: include the plugin API information from the headers
We have kerneldoc tags for the headers so we might as well extract them into our developer documentation whilst we are at it. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Aaron Lindsay <aaron@os.amperecomputing.com> Message-Id: <20210323165308.15244-3-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/tcg-plugins.rst')
-rw-r--r--docs/devel/tcg-plugins.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins.rst
index 39ce86e..18c6581 100644
--- a/docs/devel/tcg-plugins.rst
+++ b/docs/devel/tcg-plugins.rst
@@ -63,6 +63,11 @@ valid during the lifetime of the callback so it is important that any
information that is needed is extracted during the callback and saved
by the plugin.
+API
+===
+
+.. kernel-doc:: include/qemu/qemu-plugin.h
+
Usage
=====