mbox series

[0/3] qapi/migration: Doc fixes

Message ID 20240322135117.195489-1-armbru@redhat.com (mailing list archive)
Headers show
Series qapi/migration: Doc fixes | expand

Message

Markus Armbruster March 22, 2024, 1:51 p.m. UTC
I'd like to get these into the release.  Please review.

Markus Armbruster (3):
  qapi: Improve migration TLS documentation
  qapi: Resync MigrationParameter and MigrateSetParameters
  qapi: Fix bogus documentation of query-migrationthreads

 qapi/migration.json | 91 +++++++++++++++++++++++++--------------------
 1 file changed, 50 insertions(+), 41 deletions(-)

Comments

Peter Xu March 22, 2024, 3:06 p.m. UTC | #1
On Fri, Mar 22, 2024 at 02:51:14PM +0100, Markus Armbruster wrote:
> I'd like to get these into the release.  Please review.
> 
> Markus Armbruster (3):
>   qapi: Improve migration TLS documentation
>   qapi: Resync MigrationParameter and MigrateSetParameters
>   qapi: Fix bogus documentation of query-migrationthreads

With Fabiano's fixup squashed:

Reviewed-by: Peter Xu <peterx@redhat.com>

Thanks!