Re: [Xen-devel] [PATCH v7 02/18] tools/libxl: move remus code into libxl_remus.c

2016-02-03 Thread Wei Liu
On Fri, Jan 29, 2016 at 01:27:18PM +0800, Wen Congyang wrote: > After previous refactoring, we are now able to move all remus code > into a separate file libxl_remus.c. > > Export following functions for internal use: > - Remus callbacks > * libxl__remus_domain_suspend_callback > * libxl__remu

Re: [Xen-devel] [PATCH v7 02/18] tools/libxl: move remus code into libxl_remus.c

2016-01-29 Thread Konrad Rzeszutek Wilk
On Fri, Jan 29, 2016 at 01:27:18PM +0800, Wen Congyang wrote: > After previous refactoring, we are now able to move all remus code > into a separate file libxl_remus.c. > > Export following functions for internal use: > - Remus callbacks > * libxl__remus_domain_suspend_callback > * libxl__remu

[Xen-devel] [PATCH v7 02/18] tools/libxl: move remus code into libxl_remus.c

2016-01-28 Thread Wen Congyang
After previous refactoring, we are now able to move all remus code into a separate file libxl_remus.c. Export following functions for internal use: - Remus callbacks * libxl__remus_domain_suspend_callback * libxl__remus_domain_resume_callback * libxl__remus_domain_save_checkpoint_callback