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

2013-05-10 Thread Eric Blake
On 05/10/2013 01:43 AM, Paolo Bonzini wrote: >> +++ b/qapi-schema.json >> @@ -602,10 +602,13 @@ >> # This feature allows us to minimize migration traffic for certain >> work >> # loads, by sending compressed difference of the pages >> # >> +# @auto-converge: Migration supports

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

2013-05-10 Thread Paolo Bonzini
Il 09/05/2013 21:43, Chegu Vinod ha scritto: > 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 > --- > include/migration/migration.h |2 ++ > migration.c

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

2013-05-09 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 --- include/migration/migration.h |2 ++ migration.c |9 + qapi-schema.json