summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorPeter Feiner2014-05-16 16:40:47 +0200
committerLuiz Capitulino2014-05-20 20:39:19 +0200
commit3b6959506831193f37cc830c8e111b437c0d1380 (patch)
tree2f671fac1fd6e70f83476c5028455081b2047297 /qapi-schema.json
parentMerge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (diff)
downloadqemu-3b6959506831193f37cc830c8e111b437c0d1380.tar.gz
qemu-3b6959506831193f37cc830c8e111b437c0d1380.tar.xz
qemu-3b6959506831193f37cc830c8e111b437c0d1380.zip
doc: add "setup" to list of migration states
On a slow VM (e.g., nested), you see the "setup" state when you query the migration status. Signed-off-by: Peter Feiner <peter@gridcentric.ca> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 36cb964dfd..f4ffedef9f 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -691,7 +691,7 @@
# Information about current migration process.
#
# @status: #optional string describing the current migration status.
-# As of 0.14.0 this can be 'active', 'completed', 'failed' or
+# As of 0.14.0 this can be 'setup', 'active', 'completed', 'failed' or
# 'cancelled'. If this field is not returned, no migration process
# has been initiated
#