qga/qapi-schema: Clean up documentation of guest-set-memory-blocks

The command's doc comment describes the argument, but it's not marked
up as such.  Easy enough to fix.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240205074709.3613229-8-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Markus Armbruster 2024-02-05 08:47:01 +01:00
parent 0cec50119f
commit ab27bb03d3
1 changed files with 10 additions and 9 deletions

View File

@ -43,7 +43,6 @@
'GuestDiskSmart', 'GuestDiskSmart',
'GuestDiskStatsInfo', 'GuestDiskStatsInfo',
'GuestNVMeSmart', 'GuestNVMeSmart',
'guest-set-memory-blocks',
'guest-set-vcpus' ] } } 'guest-set-vcpus' ] } }
## ##
@ -1174,14 +1173,16 @@
# Attempt to reconfigure (currently: enable/disable) state of memory # Attempt to reconfigure (currently: enable/disable) state of memory
# blocks inside the guest. # blocks inside the guest.
# #
# The input list is processed node by node in order. In each node # @mem-blks: The memory blocks to be reconfigured. This list is
# @phys-index is used to look up the guest MEMORY BLOCK, for which # processed node by node in order. In each node @phys-index is
# @online specifies the requested state. The set of distinct # used to look up the guest MEMORY BLOCK, for which @online
# @phys-index's is only required to be a subset of the guest-supported # specifies the requested state. The set of distinct
# identifiers. There's no restriction on list length or on repeating # @phys-index's is only required to be a subset of the
# the same @phys-index (with possibly different @online field). # guest-supported identifiers. There's no restriction on list
# Preferably the input list should describe a modified subset of # length or on repeating the same @phys-index (with possibly
# @guest-get-memory-blocks' return value. # different @online field). Preferably the input list should
# describe a modified subset of @guest-get-memory-blocks' return
# value.
# #
# Returns: The operation results, it is a list of # Returns: The operation results, it is a list of
# @GuestMemoryBlockResponse, which is corresponding to the input # @GuestMemoryBlockResponse, which is corresponding to the input