aboutsummaryrefslogtreecommitdiff
path: root/qmp-commands.hx
diff options
context:
space:
mode:
authorPeter Feiner <peter@gridcentric.ca>2014-05-16 10:40:47 -0400
committerLuiz Capitulino <lcapitulino@redhat.com>2014-05-20 14:39:19 -0400
commit3b6959506831193f37cc830c8e111b437c0d1380 (patch)
tree2f671fac1fd6e70f83476c5028455081b2047297 /qmp-commands.hx
parentc5fa6c86d0765f837515d1c10654c621724a77e0 (diff)
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 'qmp-commands.hx')
-rw-r--r--qmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx
index cae890ee5d..408ae9c07b 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -2937,7 +2937,7 @@ block migration status.
The main json-object contains the following:
- "status": migration status (json-string)
- - Possible values: "active", "completed", "failed", "cancelled"
+ - Possible values: "setup", "active", "completed", "failed", "cancelled"
- "total-time": total amount of ms since migration started. If
migration has ended, it returns the total migration
time (json-int)