Re: [PATCH 11/57] docs/qapi-domain: add qapi:command directive

2025-03-07 Thread John Snow
On Fri, Mar 7, 2025 at 1:34 AM Markus Armbruster wrote: > John Snow writes: > > > 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 > > re

Re: [PATCH 11/57] docs/qapi-domain: add qapi:command directive

2025-03-06 Thread Markus Armbruster
John Snow writes: > 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. > > This commit also adds the aforementioned generic QAPIObje

[PATCH 11/57] docs/qapi-domain: add qapi:command directive

2025-03-04 Thread John Snow
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. This commit also adds the aforementioned generic QAPIObject class for use in documenting