From: Markus Armbruster Date: Fri, 28 Apr 2023 10:54:19 +0000 (+0200) Subject: qapi: Tidy up a slightly awkward TODO comment X-Git-Tag: v8.1.0-rc0~134^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56266c6d1eb9a85a44e34b24eb359c6ac84887f5;p=thirdparty%2Fqemu.git qapi: Tidy up a slightly awkward TODO comment MigrateSetParameters has a TODO comment sitting right behind its doc comment. I wrote it this way to keep it out of the manual, but that reason is not obvious. The previous commit (sphinx/qapidoc: Do not emit TODO sections into user manuals) lets me move it into the doc comment as a TODO section. Signed-off-by: Markus Armbruster Message-Id: <20230428105429.1687850-8-armbru@redhat.com> Reviewed-by: Ani Sinha Reviewed-by: Juan Quintela --- diff --git a/qapi/migration.json b/qapi/migration.json index 82000adce46..11c09800c20 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -945,10 +945,11 @@ # Features: # @unstable: Member @x-checkpoint-delay is experimental. # +# TODO: either fuse back into MigrationParameters, or make +# MigrationParameters members mandatory +# # Since: 2.4 ## -# TODO either fuse back into MigrationParameters, or make -# MigrationParameters members mandatory { 'struct': 'MigrateSetParameters', 'data': { '*announce-initial': 'size', '*announce-max': 'size',