diff options
Diffstat (limited to 'docs/devel/qom-api.rst')
-rw-r--r-- | docs/devel/qom-api.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/devel/qom-api.rst b/docs/devel/qom-api.rst new file mode 100644 index 0000000000..ed1f17e797 --- /dev/null +++ b/docs/devel/qom-api.rst @@ -0,0 +1,9 @@ +.. _qom-api: + +===================================== +QEMU Object Model (QOM) API Reference +===================================== + +This is the complete API documentation for :ref:`qom`. + +.. kernel-doc:: include/qom/object.h |