]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapi-domain: add "Features:" field lists
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:14 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:10:56 +0000 (10:10 +0100)
commit3d9a23f92f35afd16dfa5aaf52ede850de54560c
treec4b4cfb35d82f779201d252121f04d8feb93c006
parent618379701b4127877d858aa6a792c8a329ec48bc
docs/qapi-domain: add "Features:" field lists

Add support for Features field lists. There is no QAPI-specific
functionality here, but this could be changed if desired (if we wanted
the feature names to link somewhere, for instance.)

This feature list doesn't have any restrictions, so it can be used to
document object-wide features or per-member features as deemed
appropriate. It's essentially free-form text.

The syntax for this field is:

:feat name: description
    description cont'd

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