[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/18] qga/qapi-schema: Clean up documentation of guest-set-memory
From: |
Markus Armbruster |
Subject: |
[PULL 07/18] qga/qapi-schema: Clean up documentation of guest-set-memory-blocks |
Date: |
Mon, 12 Feb 2024 10:14:25 +0100 |
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>
---
qga/qapi-schema.json | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index b9501c8c81..35bde36a1f 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -43,7 +43,6 @@
'GuestDiskSmart',
'GuestDiskStatsInfo',
'GuestNVMeSmart',
- 'guest-set-memory-blocks',
'guest-set-vcpus' ] } }
##
@@ -1174,14 +1173,16 @@
# Attempt to reconfigure (currently: enable/disable) state of memory
# blocks inside the guest.
#
-# The input list is processed node by node in order. In each node
-# @phys-index is used to look up the guest MEMORY BLOCK, for which
-# @online specifies the requested state. The set of distinct
-# @phys-index's is only required to be a subset of the guest-supported
-# identifiers. There's no restriction on list length or on repeating
-# the same @phys-index (with possibly different @online field).
-# Preferably the input list should describe a modified subset of
-# @guest-get-memory-blocks' return value.
+# @mem-blks: The memory blocks to be reconfigured. This list is
+# processed node by node in order. In each node @phys-index is
+# used to look up the guest MEMORY BLOCK, for which @online
+# specifies the requested state. The set of distinct
+# @phys-index's is only required to be a subset of the
+# guest-supported identifiers. There's no restriction on list
+# length or on repeating the same @phys-index (with possibly
+# 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
# @GuestMemoryBlockResponse, which is corresponding to the input
--
2.43.0
- [PULL 00/18] QAPI patches patches for 2024-02-12, Markus Armbruster, 2024/02/12
- [PULL 09/18] qga/qapi-schema: Plug trivial documentation holes, Markus Armbruster, 2024/02/12
- [PULL 05/18] sphinx/qapidoc: Drop code to generate doc for simple union tag, Markus Armbruster, 2024/02/12
- [PULL 13/18] qapi: Improve documentation of file descriptor socket addresses, Markus Armbruster, 2024/02/12
- [PULL 03/18] qapi/block-core: Fix BlockLatencyHistogramInfo doc markup, Markus Armbruster, 2024/02/12
- [PULL 01/18] docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.y, Markus Armbruster, 2024/02/12
- [PULL 02/18] docs/devel/qapi-code-gen: Tweak doc comment whitespace, Markus Armbruster, 2024/02/12
- [PULL 04/18] qapi: Indent tagged doc comment sections properly, Markus Armbruster, 2024/02/12
- [PULL 14/18] qapi: Move @String out of common.json to discourage reuse, Markus Armbruster, 2024/02/12
- [PULL 18/18] MAINTAINERS: Cover qapi/stats.json, Markus Armbruster, 2024/02/12
- [PULL 07/18] qga/qapi-schema: Clean up documentation of guest-set-memory-blocks,
Markus Armbruster <=
- [PULL 12/18] qapi: Plug trivial documentation holes around former simple unions, Markus Armbruster, 2024/02/12
- [PULL 06/18] qapi: Require member documentation (with loophole), Markus Armbruster, 2024/02/12
- [PULL 10/18] qapi/yank: Clean up documentaion of yank, Markus Armbruster, 2024/02/12
- [PULL 08/18] qga/qapi-schema: Clean up documentation of guest-set-vcpus, Markus Armbruster, 2024/02/12
- [PULL 16/18] qapi/migration: Add missing tls-authz documentation, Markus Armbruster, 2024/02/12
- [PULL 15/18] qapi: Add missing union tag documentation, Markus Armbruster, 2024/02/12
- [PULL 11/18] qapi/dump: Clean up documentation of DumpGuestMemoryCapability, Markus Armbruster, 2024/02/12
- [PULL 17/18] MAINTAINERS: Cover qapi/cxl.json, Markus Armbruster, 2024/02/12
- Re: [PULL 00/18] QAPI patches patches for 2024-02-12, Peter Maydell, 2024/02/13