Re: [Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-17 Thread Amit Shah
On (Tue) 17 Feb 2015 [20:13:25], Dr. David Alan Gilbert wrote: > * Eric Blake (ebl...@redhat.com) wrote: > > On 02/17/2015 07:59 AM, Amit Shah wrote: > > >>> > > >>> So the only comment I have is with the 'pause' name. > > >>> > > >>> 'pause' to me means there's a time period for which a pause has

Re: [Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-17 Thread Amit Shah
On (Tue) 17 Feb 2015 [09:14:27], Eric Blake wrote: > On 02/17/2015 07:59 AM, Amit Shah wrote: > >>> > >>> So the only comment I have is with the 'pause' name. > >>> > >>> 'pause' to me means there's a time period for which a pause has to be > >>> done; or pausing an activity which is already in pro

Re: [Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-17 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: > On 02/17/2015 07:59 AM, Amit Shah wrote: > >>> > >>> So the only comment I have is with the 'pause' name. > >>> > >>> 'pause' to me means there's a time period for which a pause has to be > >>> done; or pausing an activity which is already in progress, both

Re: [Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-17 Thread Eric Blake
On 02/17/2015 07:59 AM, Amit Shah wrote: >>> >>> So the only comment I have is with the 'pause' name. >>> >>> 'pause' to me means there's a time period for which a pause has to be >>> done; or pausing an activity which is already in progress, both of >>> which are not true for this case. >> >> I th

Re: [Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-17 Thread Amit Shah
On (Tue) 17 Feb 2015 [13:27:03], Dr. David Alan Gilbert wrote: > * Amit Shah (amit.s...@redhat.com) wrote: > > On (Wed) 11 Feb 2015 [16:46:21], Dr. David Alan Gilbert (git) wrote: > > > From: "Dr. David Alan Gilbert" > > > > > > This patchset provides a way of setting options on an incoming > > >

Re: [Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-17 Thread Dr. David Alan Gilbert
* Amit Shah (amit.s...@redhat.com) wrote: > On (Wed) 11 Feb 2015 [16:46:21], Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > This patchset provides a way of setting options on an incoming > > migration before the fd/process/socket has been created. > > > >start

Re: [Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-17 Thread Amit Shah
On (Wed) 11 Feb 2015 [16:46:21], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This patchset provides a way of setting options on an incoming > migration before the fd/process/socket has been created. > >start qemu with -incoming pause > >migrate_incoming

[Qemu-devel] [PATCH v2 0/3] -incoming pause

2015-02-11 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" This patchset provides a way of setting options on an incoming migration before the fd/process/socket has been created. start qemu with -incoming pause migrate_incoming theuri v2: Create migrate_incoming/migrate-incoming rather than squashing the -u