Skip to content

Commit a377f39

Browse files
jnsnowMarkus Armbruster
authored andcommitted
docs: enable qapidoc transmogrifier for QEMU QMP Reference
We are not enabling the transmogrifier for QSD or QGA yet because we don't (yet) have a way to create separate indices, and all of the definitions will bleed together, which isn't so nice. For now, QMP is better than nothing at all! Signed-off-by: John Snow <[email protected]> Message-ID: <[email protected]> Acked-by: Markus Armbruster <[email protected]> Signed-off-by: Markus Armbruster <[email protected]>
1 parent 30ab96c commit a377f39

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/interop/qemu-qmp-ref.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ QEMU QMP Reference Manual
77
:depth: 3
88

99
.. qapi-doc:: qapi/qapi-schema.json
10+
:transmogrify:

qapi/qapi-schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
# This document describes all commands currently supported by QMP.
77
#
8+
# For locating a particular item, please see the `qapi-index`.
9+
#
810
# Most of the time their usage is exactly the same as in the user
911
# Monitor, this means that any other document which also describe
1012
# commands (the manpage, QEMU's manual, etc) can and should be

0 commit comments

Comments
 (0)