diff options
author | Andrea Bolognani | 2022-04-20 17:34:07 +0200 |
---|---|---|
committer | Markus Armbruster | 2022-04-21 10:22:33 +0200 |
commit | f43471297be23daea0333f4d84eec34cf866a47c (patch) | |
tree | 495301f57bd75b2087d775e054945ff864594d61 | |
parent | docs: qapi: Remove outdated reference to simple unions (diff) | |
download | qemu-f43471297be23daea0333f4d84eec34cf866a47c.tar.gz qemu-f43471297be23daea0333f4d84eec34cf866a47c.tar.xz qemu-f43471297be23daea0333f4d84eec34cf866a47c.zip |
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>
-rw-r--r-- | qapi/migration.json | 2 |
1 files changed, 1 insertions, 1 deletions
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: # |