]> Git Repo - qemu.git/commitdiff
qapi: Fix documentation for query-xen-replication-status
authorAndrea Bolognani <[email protected]>
Wed, 20 Apr 2022 15:34:07 +0000 (17:34 +0200)
committerMarkus Armbruster <[email protected]>
Thu, 21 Apr 2022 08:22:33 +0000 (10:22 +0200)
The correct return type is ReplicationStatus, not
ReplicationResult.

Signed-off-by: Andrea Bolognani <[email protected]>
Message-Id: <20220420153408[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
qapi/migration.json

index 27d7b281581df210a3289eae4e40bf863db4be3e..409eb086a2d70ee517e6398aff803cd6b2f0720e 100644 (file)
 #
 # Query replication status while the vm is running.
 #
-# Returns: A @ReplicationResult object showing the status.
+# Returns: A @ReplicationStatus object showing the status.
 #
 # Example:
 #
This page took 0.030678 seconds and 4 git commands to generate.