qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] qapi-schema: clarify 'colo' state for MigrationStatus
@ 2016-11-02  7:44 zhanghailiang
  2016-11-02 14:04 ` Eric Blake
  0 siblings, 1 reply; 12+ messages in thread
From: zhanghailiang @ 2016-11-02  7:44 UTC (permalink / raw)
  To: eblake, armbru; +Cc: qemu-devel, qemu-trivial, zhanghailiang

VM can not get into colo state unless users enable 'x-colo'
capability for migration, Here it is necessary to clarify
this.

Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
---
v2:
- Clarify colo state for RunState too as Eric suggested.
---
 qapi-schema.json | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 5dc96af..04f5aab 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -176,8 +176,9 @@
 #
 # @guest-panicked: guest has been panicked as a result of guest OS panic
 #
-# @colo: guest is paused to save/restore VM state under colo checkpoint (since
-# 2.8)
+# @colo: guest is paused to save/restore VM state under colo checkpoint,
+#        VM can not get into this state unless colo capability is enabled
+#        for migration. (since 2.8)
 ##
 { 'enum': 'RunState',
   'data': [ 'debug', 'inmigrate', 'internal-error', 'io-error', 'paused',
@@ -462,7 +463,8 @@
 #
 # @failed: some error occurred during migration process.
 #
-# @colo: VM is in the process of fault tolerance. (since 2.8)
+# @colo: VM is in the process of fault tolerance, VM can not get into this
+#        state unless colo capability is enabled for migration. (since 2.8)
 #
 # Since: 2.3
 #
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-11-17 10:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02  7:44 [Qemu-devel] [PATCH v2] qapi-schema: clarify 'colo' state for MigrationStatus zhanghailiang
2016-11-02 14:04 ` Eric Blake
2016-11-14  2:36   ` Hailiang Zhang
2016-11-14 13:54     ` Stefan Hajnoczi
2016-11-15  6:12       ` Hailiang Zhang
2016-11-15  8:44       ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2016-11-15  8:58         ` Zhang Chen
2016-11-15  9:03           ` Hailiang Zhang
2016-11-15  9:10             ` Zhang Chen
2016-11-17  7:08         ` Hailiang Zhang
2016-11-17  7:52           ` Laurent Vivier
2016-11-17 10:07             ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).