From 966c0d49326b2d18bff0b1f36f4d44802371a412 Mon Sep 17 00:00:00 2001 From: Zhang Chen Date: Wed, 27 Mar 2019 01:45:10 +0800 Subject: [PATCH] qapi/migration.json: Fix ColoStatus member last_mode's version Signed-off-by: Zhang Chen Message-Id: <20190326174510.13303-1-chen.zhang@intel.com> Reviewed-by: Eric Blake [Commit message tweaked as per Eric's review] Signed-off-by: Markus Armbruster --- 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. #