From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnTRo-0000pE-5d for qemu-devel@nongnu.org; Thu, 22 May 2014 09:54:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnTRg-0005dL-IV for qemu-devel@nongnu.org; Thu, 22 May 2014 09:54:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnTRg-0005d2-9T for qemu-devel@nongnu.org; Thu, 22 May 2014 09:54:08 -0400 From: Luiz Capitulino Date: Thu, 22 May 2014 09:53:58 -0400 Message-Id: <1400766840-20726-2-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1400766840-20726-1-git-send-email-lcapitulino@redhat.com> References: <1400766840-20726-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 1/3] doc: add "setup" to list of migration states List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws 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 Reviewed-by: Eric Blake Signed-off-by: Luiz Capitulino --- 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.9.0