From: Markus Armbruster <armbru@redhat.com>
To: Alex Bligh <alex@alex.org.uk>
Cc: amit.shah@redhat.com, qemu-devel@nongnu.org,
Juan Quintela <quintela@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
Date: Mon, 15 Dec 2014 10:05:40 +0100 [thread overview]
Message-ID: <87k31tffkr.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <1418393696-19858-1-git-send-email-alex@alex.org.uk> (Alex Bligh's message of "Fri, 12 Dec 2014 14:14:56 +0000")
Copying migration maintainers.
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" }
> <- {
next prev parent reply other threads:[~2014-12-15 9:06 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 [this message]
2015-01-16 6:15 ` Amit Shah
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=87k31tffkr.fsf@blackfin.pond.sub.org \
--to=armbru@redhat.com \
--cc=alex@alex.org.uk \
--cc=amit.shah@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.