qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Amit Shah <amit.shah@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: qemu-devel@nongnu.org, Alex Bligh <alex@alex.org.uk>,
	Juan Quintela <quintela@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
Date: Fri, 16 Jan 2015 11:45:38 +0530	[thread overview]
Message-ID: <20150116061538.GA23691@grmbl.mre> (raw)
In-Reply-To: <87k31tffkr.fsf@blackfin.pond.sub.org>

On (Mon) 15 Dec 2014 [10:05:40], Markus Armbruster wrote:
> Copying migration maintainers.

Thanks, Eric, pls give this a look too.

> 
> Alex Bligh <alex@alex.org.uk> writes:
> 
> > The QMP command 'query-migrate' returns the state 'setup' during
> > the setup phase. This patch documents it.
> >
> > Signed-off-by: Alex Bligh <alex@alex.org.uk>
> > ---
> >  qmp-commands.hx | 11 ++++++++---
> >  1 file changed, 8 insertions(+), 3 deletions(-)
> >
> > diff --git a/qmp-commands.hx b/qmp-commands.hx
> > index 3348782..e9cff2c 100644
> > --- a/qmp-commands.hx
> > +++ b/qmp-commands.hx
> > @@ -3092,7 +3092,12 @@ Examples:
> >  -> { "execute": "query-migrate" }
> >  <- { "return": { "status": "failed" } }
> >  
> > -4. Migration is being performed and is not a block migration:
> > +4. Migration has been requested but is still in setup phase
> > +
> > +-> { "execute": "query-migrate" }
> > +<- { "return": { "status": "setup" } }
> > +
> > +5. Migration is being performed and is not a block migration:
> >  
> >  -> { "execute": "query-migrate" }
> >  <- {
> > @@ -3113,7 +3118,7 @@ Examples:
> >        }
> >     }
> >  
> > -5. Migration is being performed and is a block migration:
> > +6. Migration is being performed and is a block migration:
> >  
> >  -> { "execute": "query-migrate" }
> >  <- {
> > @@ -3139,7 +3144,7 @@ Examples:
> >        }
> >     }
> >  
> > -6. Migration is being performed and XBZRLE is active:
> > +7. Migration is being performed and XBZRLE is active:
> >  
> >  -> { "execute": "query-migrate" }
> >  <- {

		Amit

  reply	other threads:[~2015-01-16  6:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-12 14:14 [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command Alex Bligh
2014-12-15  9:05 ` Markus Armbruster
2015-01-16  6:15   ` Amit Shah [this message]
2015-01-16 13:31 ` Eric Blake
2015-02-11 11:56 ` Juan Quintela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150116061538.GA23691@grmbl.mre \
    --to=amit.shah@redhat.com \
    --cc=alex@alex.org.uk \
    --cc=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).