]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapi-domain: add qapi:command directive
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:11 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:07:03 +0000 (10:07 +0100)
commit758bbdcd1212bb0b7369fea249114ad02d4b7fd0
treeed202696c2147ac81e06981df47ba063e70bbd5a
parent8799c3641a869bb04387ccc4922a66bbd5fcd67e
docs/qapi-domain: add qapi:command directive

This commit adds a stubbed version of QAPICommand that utilizes the
QAPIObject class, the qapi:command directive, the :qapi:cmd:
cross-reference role, and the "command" object type in the QAPI object
registry.

They don't do anything *particularly* interesting yet, but that will
come in forthcoming commits.

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