mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
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 <jsnow@redhat.com> Message-ID: <20250311034303.75779-62-jsnow@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
30ab96cf84
commit
a377f39f38
2 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,4 @@ QEMU QMP Reference Manual
|
||||||
:depth: 3
|
:depth: 3
|
||||||
|
|
||||||
.. qapi-doc:: qapi/qapi-schema.json
|
.. qapi-doc:: qapi/qapi-schema.json
|
||||||
|
:transmogrify:
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
#
|
#
|
||||||
# This document describes all commands currently supported by QMP.
|
# This document describes all commands currently supported by QMP.
|
||||||
#
|
#
|
||||||
|
# For locating a particular item, please see the `qapi-index`.
|
||||||
|
#
|
||||||
# Most of the time their usage is exactly the same as in the user
|
# Most of the time their usage is exactly the same as in the user
|
||||||
# Monitor, this means that any other document which also describe
|
# Monitor, this means that any other document which also describe
|
||||||
# commands (the manpage, QEMU's manual, etc) can and should be
|
# commands (the manpage, QEMU's manual, etc) can and should be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue