projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30df27
)
docs/devel: include the plugin API information from the headers
author
Alex Bennée
<alex.bennee@linaro.org>
Tue, 23 Mar 2021 16:52:48 +0000
(16:52 +0000)
committer
Alex Bennée
<alex.bennee@linaro.org>
Wed, 24 Mar 2021 14:24:44 +0000
(14:24 +0000)
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>
docs/devel/tcg-plugins.rst
patch
|
blob
|
history
diff --git
a/docs/devel/tcg-plugins.rst
b/docs/devel/tcg-plugins.rst
index 39ce86ed961074f97566eb7f4315ac38934abcdc..18c6581d85cfc14d14d79222e5ebb2a062683165 100644
(file)
--- 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
=====