From: Markus Armbruster Date: Fri, 22 Mar 2024 13:51:17 +0000 (+0100) Subject: qapi: Fix bogus documentation of query-migrationthreads X-Git-Tag: v9.0.0-rc1~3^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6c60bf02d1c32b5e3e7dc761d1737aa8886ab79;p=thirdparty%2Fqemu.git qapi: Fix bogus documentation of query-migrationthreads The doc comment documents an argument that doesn't exist. Would fail compilation if it was marked up correctly. Delete. The Returns: section fails to refer to the data type, leaving the user to guess. Fix that. The command name violates QAPI naming rules: it should be query-migration-threads. Too late to fix. Reported-by: John Snow Fixes: 671326201dac (migration: Introduce interface query-migrationthreads) Signed-off-by: Markus Armbruster Message-ID: <20240322135117.195489-4-armbru@redhat.com> Reviewed-by: Fabiano Rosas Reviewed-by: Peter Xu Reviewed-by: John Snow --- diff --git a/qapi/migration.json b/qapi/migration.json index 744d05f364..c865ab00c8 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -2419,9 +2419,7 @@ # # Returns information of migration threads # -# data: migration thread name -# -# Returns: information about migration threads +# Returns: @MigrationThreadInfo # # Since: 7.2 ##