]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapi-domain: add QAPI index
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:04 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:07:02 +0000 (10:07 +0100)
commite93d29d27e93a25e0bd59d44299fc15486c62246
tree4aa08cbcbefb36740a11b6f263c7fa41fb0c46ab
parent36ceafad9e4e61138b08dc371c42248dc5289a57
docs/qapi-domain: add QAPI index

Use the QAPI object registry to generate a special index just for QAPI
definitions. The index can show entries both by definition type and all
together, alphabetically.

The index can be linked from anywhere in the QEMU manual by using the
reference `qapi-index`.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250311034303.75779-7-jsnow@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/sphinx/qapi_domain.py