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

2013-06-23 Thread Chegu Vinod
Oops! A minor glitch on my side (pl. ignore the subject line of this...as this is actually patch 3/3 and not patch 2/3). I just resent this as patch 3/3 with the correct subject line. Thx Vinod On 6/23/2013 1:05 PM, Chegu Vinod wrote: If a user chooses to turn on the auto-converge migra

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

2013-06-23 Thread Chegu Vinod
If a user chooses to turn on the auto-converge migration capability these changes detect the lack of convergence and throttle down the guest. i.e. force the VCPUs out of the guest for some duration and let the migration thread catchup and help converge. Verified the convergence using the following

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

2013-06-23 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