From f43471297be23daea0333f4d84eec34cf866a47c Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 20 Apr 2022 17:34:07 +0200 Subject: [PATCH] qapi: Fix documentation for query-xen-replication-status The correct return type is ReplicationStatus, not ReplicationResult. Signed-off-by: Andrea Bolognani Message-Id: <20220420153408.243584-3-abologna@redhat.com> Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- qapi/migration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/migration.json b/qapi/migration.json index 27d7b28158..409eb086a2 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1619,7 +1619,7 @@ # # Query replication status while the vm is running. # -# Returns: A @ReplicationResult object showing the status. +# Returns: A @ReplicationStatus object showing the status. # # Example: #