diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2021-03-23 16:52:48 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2021-03-24 14:24:44 +0000 |
commit | ca955bd726d49a0194b68fd43ccd0f92fdea71ec (patch) | |
tree | 18d210ec49eb19b32cbd0e8b627f7bdec34adf62 /docs | |
parent | b30df2751e581ea24999ff2263df99208b8e3ed3 (diff) | |
download | qemu-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')
-rw-r--r-- | docs/devel/tcg-plugins.rst | 5 |
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 ===== |