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>
This commit is contained in:
Markus Armbruster 2024-09-11 13:25:43 +02:00
parent 83b91c9d50
commit c91f44ff16
2 changed files with 5 additions and 3 deletions

View File

@ -78,9 +78,7 @@
'X86CPURegister32', 'X86CPURegister32',
'XDbgBlockGraph', 'XDbgBlockGraph',
'YankInstanceType', 'YankInstanceType',
'blockdev-reopen', 'blockdev-reopen' ],
'query-rocker',
'query-rocker-ports' ],
# Externally visible types whose member names may use uppercase # Externally visible types whose member names may use uppercase
'member-name-exceptions': [ # visible in: 'member-name-exceptions': [ # visible in:
'ACPISlotType', # query-acpi-ospm-status 'ACPISlotType', # query-acpi-ospm-status

View File

@ -26,6 +26,8 @@
# #
# Return rocker switch information. # Return rocker switch information.
# #
# @name: switch name
#
# Returns: @Rocker information # Returns: @Rocker information
# #
# Since: 2.4 # Since: 2.4
@ -94,6 +96,8 @@
# #
# Return rocker switch port information. # Return rocker switch port information.
# #
# @name: port name
#
# Returns: a list of @RockerPort information # Returns: a list of @RockerPort information
# #
# Since: 2.4 # Since: 2.4