[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] qapi/migration.json: Fix documentation issue about
From: |
Zhang Chen |
Subject: |
[Qemu-devel] [PATCH] qapi/migration.json: Fix documentation issue about query_colo_status |
Date: |
Wed, 27 Mar 2019 01:45:10 +0800 |
From: Zhang Chen <address@hidden>
The documentation with the wrong initial version number of last_mode field,
This patch just fix this issue.
Signed-off-by: Zhang Chen <address@hidden>
---
qapi/migration.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/migration.json b/qapi/migration.json
index cfde29acf8..798c6ac2df 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1382,7 +1382,7 @@
#
# @last_mode: COLO last running mode. If COLO is running, this field
# will return same like mode field, after failover we can
-# use this field to get last colo mode. (since 4.1)
+# use this field to get last colo mode. (since 4.0)
#
# @reason: describes the reason for the COLO exit.
#
--
2.17.GIT
- [Qemu-devel] [PATCH] qapi/migration.json: Fix documentation issue about query_colo_status,
Zhang Chen <=