diff options
| author | Eduardo Habkost | 2020-09-11 00:15:25 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-09-30 19:11:36 +0200 |
| commit | cd442a45db60a1a72fcf980c24bd1227f13f8a87 (patch) | |
| tree | 216cb2a4541c8dd787dcc3bbbb78acaf3558c450 /docs/devel | |
| parent | qom: Add code block markup to all code blocks (diff) | |
| download | qemu-cd442a45db60a1a72fcf980c24bd1227f13f8a87.tar.gz qemu-cd442a45db60a1a72fcf980c24bd1227f13f8a87.tar.xz qemu-cd442a45db60a1a72fcf980c24bd1227f13f8a87.zip | |
docs: Create docs/devel/qom.rst
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20200910221526.10041-9-ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel')
| -rw-r--r-- | docs/devel/index.rst | 1 | ||||
| -rw-r--r-- | docs/devel/qom.rst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index 04773ce076..c34b43ec28 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -31,3 +31,4 @@ Contents: reset s390-dasd-ipl clocks + qom diff --git a/docs/devel/qom.rst b/docs/devel/qom.rst new file mode 100644 index 0000000000..dc5be79a4a --- /dev/null +++ b/docs/devel/qom.rst @@ -0,0 +1,5 @@ +=========================== +The QEMU Object Model (QOM) +=========================== + +.. kernel-doc:: include/qom/object.h |
