From: Zhang Chen <[email protected]> Signed-off-by: Zhang Chen <[email protected]> Message-Id: <[email protected]> Reviewed-by: Eric Blake <[email protected]> [Commit message tweaked as per Eric's review] Signed-off-by: Markus Armbruster <[email protected]> --- 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.2
