* [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
@ 2014-12-12 14:14 Alex Bligh
2014-12-15 9:05 ` Markus Armbruster
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Alex Bligh @ 2014-12-12 14:14 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Bligh
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" }
<- {
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
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
2015-01-16 13:31 ` Eric Blake
2015-02-11 11:56 ` Juan Quintela
2 siblings, 1 reply; 5+ messages in thread
From: Markus Armbruster @ 2014-12-15 9:05 UTC (permalink / raw)
To: Alex Bligh; +Cc: amit.shah, qemu-devel, Juan Quintela
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" }
> <- {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
2014-12-15 9:05 ` Markus Armbruster
@ 2015-01-16 6:15 ` Amit Shah
0 siblings, 0 replies; 5+ messages in thread
From: Amit Shah @ 2015-01-16 6:15 UTC (permalink / raw)
To: Markus Armbruster; +Cc: qemu-devel, Alex Bligh, Juan Quintela
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
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 13:31 ` Eric Blake
2015-02-11 11:56 ` Juan Quintela
2 siblings, 0 replies; 5+ messages in thread
From: Eric Blake @ 2015-01-16 13:31 UTC (permalink / raw)
To: Alex Bligh, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 466 bytes --]
On 12/12/2014 07:14 AM, Alex Bligh wrote:
> 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(-)
>
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
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 13:31 ` Eric Blake
@ 2015-02-11 11:56 ` Juan Quintela
2 siblings, 0 replies; 5+ messages in thread
From: Juan Quintela @ 2015-02-11 11:56 UTC (permalink / raw)
To: Alex Bligh; +Cc: qemu-devel
Alex Bligh <alex@alex.org.uk> wrote:
> 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>
Reviewed-by: Juan Quintela <quintela@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-02-11 11:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2015-01-16 13:31 ` Eric Blake
2015-02-11 11:56 ` Juan Quintela
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).