Re: [Qemu-devel] [PATCH v8 2/3] Add 'auto-converge' migration capability

2013-07-13 Thread Orit Wasserman
On 06/24/2013 12:49 PM, Chegu Vinod wrote: > The auto-converge migration capability allows the user to specify if they > choose live migration seqeunce to automatically detect and force convergence. > > Signed-off-by: Chegu Vinod > Reviewed-by: Paolo Bonzini > Reviewed-by: Eric Blake > --- > i

Re: [Qemu-devel] [PATCH v8 2/3] Add 'auto-converge' migration capability

2013-07-12 Thread Juan Quintela
Chegu Vinod wrote: > The auto-converge migration capability allows the user to specify if they > choose live migration seqeunce to automatically detect and force convergence. > > Signed-off-by: Chegu Vinod > Reviewed-by: Paolo Bonzini > Reviewed-by: Eric Blake Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH v8 2/3] Add 'auto-converge' migration capability

2013-06-24 Thread Chegu Vinod
The auto-converge migration capability allows the user to specify if they choose live migration seqeunce to automatically detect and force convergence. Signed-off-by: Chegu Vinod Reviewed-by: Paolo Bonzini Reviewed-by: Eric Blake --- include/migration/migration.h |2 ++ migration.c