summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorPeter Maydell2014-05-22 20:04:48 +0200
committerPeter Maydell2014-05-22 20:04:49 +0200
commit178ac111bca16c08a79b2609ebdc75197bea976a (patch)
treed71997ac5687bf97ca2477f8f54e2edced71d2a6 /qapi-schema.json
parentMerge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging (diff)
parentqapi: zero-initialize all QMP command parameters (diff)
downloadqemu-178ac111bca16c08a79b2609ebdc75197bea976a.tar.gz
qemu-178ac111bca16c08a79b2609ebdc75197bea976a.tar.xz
qemu-178ac111bca16c08a79b2609ebdc75197bea976a.zip
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
* remotes/qmp-unstable/queue/qmp: qapi: zero-initialize all QMP command parameters scripts/qapi.py: Avoid syntax not supported by Python 2.4 doc: add "setup" to list of migration states Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
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 70ed7e3b45..7bc33ea717 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
#