aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/qom.rst
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-06-30 19:04:11 +0100
committerAlex Bennée <alex.bennee@linaro.org>2023-07-03 12:52:22 +0100
commitda966a8a7ccb3811546bf141e17e928ea291256e (patch)
tree0cee3a17d5d7e8e1aa4692646cc3361904a2d128 /docs/devel/qom.rst
parent307c0a4ac9c7acb7937ef663b2369f081ba94cd0 (diff)
downloadqemu-da966a8a7ccb3811546bf141e17e928ea291256e.zip
qemu-da966a8a7ccb3811546bf141e17e928ea291256e.tar.gz
qemu-da966a8a7ccb3811546bf141e17e928ea291256e.tar.bz2
docs/devel: split qom-api reference into new file
Lets try and keep the overview of the sub-system digestible by splitting the core API stuff into a separate file. As QOM and QDEV work together we should also try and enumerate the qdev_ functions. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230630180423.558337-27-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/qom.rst')
-rw-r--r--docs/devel/qom.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/devel/qom.rst b/docs/devel/qom.rst
index 2828843..c342ce1 100644
--- a/docs/devel/qom.rst
+++ b/docs/devel/qom.rst
@@ -387,4 +387,5 @@ OBJECT_DEFINE_ABSTRACT_TYPE() macro can be used instead:
API Reference
-------------
-.. kernel-doc:: include/qom/object.h
+See the :ref:`QOM API<qom-api>` and :ref:`QDEV API<qdev-api>`
+documents for the complete API description.