diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-09-11 13:25:43 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-10-02 09:10:01 +0200 |
commit | c91f44ff1692bdb0e3c91b3db253c43491cbe993 (patch) | |
tree | 8c91a51331b3ca6eeb5d5f2923cfc205bf884a78 | |
parent | 83b91c9d50009ba9c17c50f1d95bd901cb959359 (diff) |
qapi/rocker: Supply missing member documentation
Since we neglect to document the argument of query-rocker and
query-rocker-ports, their description in the QEMU QMP Reference manual
is "Not documented". Fix that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240911112545.2248881-7-armbru@redhat.com>
-rw-r--r-- | qapi/pragma.json | 4 | ||||
-rw-r--r-- | qapi/rocker.json | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/qapi/pragma.json b/qapi/pragma.json index baeae5bf52..feb7981700 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -78,9 +78,7 @@ 'X86CPURegister32', 'XDbgBlockGraph', 'YankInstanceType', - 'blockdev-reopen', - 'query-rocker', - 'query-rocker-ports' ], + 'blockdev-reopen' ], # Externally visible types whose member names may use uppercase 'member-name-exceptions': [ # visible in: 'ACPISlotType', # query-acpi-ospm-status diff --git a/qapi/rocker.json b/qapi/rocker.json index 73c7363b16..51aa5b4930 100644 --- a/qapi/rocker.json +++ b/qapi/rocker.json @@ -26,6 +26,8 @@ # # Return rocker switch information. # +# @name: switch name +# # Returns: @Rocker information # # Since: 2.4 @@ -94,6 +96,8 @@ # # Return rocker switch port information. # +# @name: port name +# # Returns: a list of @RockerPort information # # Since: 2.4 |