Zhang Chen <chen.zh...@intel.com > writes: > From: Zhang Chen <chen.zh...@intel.com> > > The documentation with the wrong initial version number of last_mode field, > This patch just fix this issue. > > Signed-off-by: Zhang Chen <chen.zh...@intel.com> > --- > 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. > #
What's the excuse for spelling last_mode with '_' instead of '-'? Any objection to changing it to last-mode?