From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmowt-0002Ad-Ty for qemu-devel@nongnu.org; Tue, 20 May 2014 14:39:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmowk-0005QA-WE for qemu-devel@nongnu.org; Tue, 20 May 2014 14:39:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmowk-0005Q5-P8 for qemu-devel@nongnu.org; Tue, 20 May 2014 14:39:30 -0400 Date: Tue, 20 May 2014 14:32:12 -0400 From: Luiz Capitulino Message-ID: <20140520143212.5a2978aa@redhat.com> In-Reply-To: <1400251247-11218-1-git-send-email-peter@gridcentric.ca> References: <1400251247-11218-1-git-send-email-peter@gridcentric.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] doc: add "setup" to list of migration states List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter@gridcentric.ca Cc: qemu-devel@nongnu.org On Fri, 16 May 2014 10:40:47 -0400 peter@gridcentric.ca wrote: > 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 Applied to the qmp branch, thanks. > --- > 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)