From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlJKP-0005lo-6Y for qemu-devel@nongnu.org; Fri, 16 May 2014 10:41:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlJKH-0004WP-2i for qemu-devel@nongnu.org; Fri, 16 May 2014 10:41:41 -0400 Received: from mail-ig0-f179.google.com ([209.85.213.179]:61307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlJKG-0004Uk-VZ for qemu-devel@nongnu.org; Fri, 16 May 2014 10:41:33 -0400 Received: by mail-ig0-f179.google.com with SMTP id hn18so858402igb.12 for ; Fri, 16 May 2014 07:41:32 -0700 (PDT) From: peter@gridcentric.ca Date: Fri, 16 May 2014 10:40:47 -0400 Message-Id: <1400251247-11218-1-git-send-email-peter@gridcentric.ca> Subject: [Qemu-devel] [PATCH] doc: add "setup" to list of migration states List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Feiner , lcapitulino@redhat.com From: Peter Feiner On a slow VM (e.g., nested), you see the "setup" state when you query the migration status. Signed-off-by: Peter Feiner --- qapi-schema.json | 2 +- qmp-commands.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index 36cb964..f4ffede 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 # diff --git a/qmp-commands.hx b/qmp-commands.hx index cae890e..408ae9c 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) -- 1.7.9.5