Re: [Xen-devel] [PATCH Remus v3 1/3] libxc/save: implement Remus checkpointed save

2015-05-13 Thread Yang Hongyang
On 05/13/2015 11:14 PM, Andrew Cooper wrote: On 13/05/15 09:34, Yang Hongyang wrote: With Remus, the save flow should be: live migration->{ periodically save(checkpointed save) } Signed-off-by: Yang Hongyang CC: Ian Campbell CC: Ian Jackson CC: Wei Liu CC: Andrew Cooper --- tools/libxc

Re: [Xen-devel] [PATCH Remus v3 1/3] libxc/save: implement Remus checkpointed save

2015-05-13 Thread Andrew Cooper
On 13/05/15 09:34, Yang Hongyang wrote: > With Remus, the save flow should be: > live migration->{ periodically save(checkpointed save) } > > Signed-off-by: Yang Hongyang > CC: Ian Campbell > CC: Ian Jackson > CC: Wei Liu > CC: Andrew Cooper > --- > tools/libxc/xc_sr_save.c | 73 > ++

[Xen-devel] [PATCH Remus v3 1/3] libxc/save: implement Remus checkpointed save

2015-05-13 Thread Yang Hongyang
With Remus, the save flow should be: live migration->{ periodically save(checkpointed save) } Signed-off-by: Yang Hongyang CC: Ian Campbell CC: Ian Jackson CC: Wei Liu CC: Andrew Cooper --- tools/libxc/xc_sr_save.c | 73 +++- 1 file changed, 54 ins