aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-04-20 17:34:07 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-04-21 10:22:33 +0200
commitf43471297be23daea0333f4d84eec34cf866a47c (patch)
tree495301f57bd75b2087d775e054945ff864594d61 /qapi
parent659056b81ddb4fc81111e10d28d2dacd4dcdf315 (diff)
downloadqemu-f43471297be23daea0333f4d84eec34cf866a47c.zip
qemu-f43471297be23daea0333f4d84eec34cf866a47c.tar.gz
qemu-f43471297be23daea0333f4d84eec34cf866a47c.tar.bz2
qapi: Fix documentation for query-xen-replication-status
The correct return type is ReplicationStatus, not ReplicationResult. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Message-Id: <20220420153408.243584-3-abologna@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/migration.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index 27d7b28..409eb08 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:
#