qapi: Fix bogus documentation of query-migrationthreads
commite6c60bf02d1c32b5e3e7dc761d1737aa8886ab79
authorMarkus Armbruster <armbru@redhat.com>
Fri, 22 Mar 2024 13:51:17 +0000 (22 14:51 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 26 Mar 2024 05:36:08 +0000 (26 06:36 +0100)
treea171f92e007c0bc68ff799b0ca523898fe3a2bae
parent8eb0a257c55d1b27dc8c40ce3c275307b898f575
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 <jsnow@redhat.com>
Fixes: 671326201dac (migration: Introduce interface query-migrationthreads)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322135117.195489-4-armbru@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
qapi/migration.json