Re: [Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-11 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: On 02/10/2015 09:47 AM, Daniel P. Berrange wrote: On Tue, Feb 10, 2015 at 04:16:38PM +, Dr. David Alan Gilbert (git) wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Once a qemu has been started with -incoming pause the s/pause

Re: [Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-11 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: Dr. David Alan Gilbert (git) dgilb...@redhat.com wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Once a qemu has been started with -incoming pause the migration can be started by issuing: migrate -u uri Signed-off-by: Dr.

Re: [Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-11 Thread Eric Blake
On 02/11/2015 09:48 AM, Dr. David Alan Gilbert wrote: Agree, a new command for QMP would be better (it serves as both the new command to use, and the witness that the '-incoming pause:' command line works). The HMP 'migrate -u' is just fine, though (it's fine to have a single HMP command

Re: [Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-10 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: On Tue, Feb 10, 2015 at 04:16:38PM +, Dr. David Alan Gilbert (git) wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Once a qemu has been started with -incoming pause the migration can be started by issuing: migrate -u

Re: [Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-10 Thread Juan Quintela
Dr. David Alan Gilbert (git) dgilb...@redhat.com wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Once a qemu has been started with -incoming pause the migration can be started by issuing: migrate -u uri Signed-off-by: Dr. David Alan Gilbert dgilb...@redhat.com -

Re: [Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-10 Thread Eric Blake
On 02/10/2015 09:47 AM, Daniel P. Berrange wrote: On Tue, Feb 10, 2015 at 04:16:38PM +, Dr. David Alan Gilbert (git) wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Once a qemu has been started with -incoming pause the s/pause the/pause, the/ migration can be started by

[Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-10 Thread Dr. David Alan Gilbert (git)
From: Dr. David Alan Gilbert dgilb...@redhat.com Once a qemu has been started with -incoming pause the migration can be started by issuing: migrate -u uri Signed-off-by: Dr. David Alan Gilbert dgilb...@redhat.com --- hmp-commands.hx | 11 +++ hmp.c | 6 --

Re: [Qemu-devel] [PATCH 2/3] Add migrate -u option for -incoming pause

2015-02-10 Thread Daniel P. Berrange
On Tue, Feb 10, 2015 at 04:16:38PM +, Dr. David Alan Gilbert (git) wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Once a qemu has been started with -incoming pause the migration can be started by issuing: migrate -u uri Signed-off-by: Dr. David Alan Gilbert