[Xen-devel] [PATCH v12 15/26] libxc/restore: support COLO restore

2016-03-24 Thread Ian Jackson
Changlong Xie writes ("[PATCH v12 15/26] libxc/restore: support COLO restore"): > From: Wen Congyang > > a. call callbacks resume/checkpoint/suspend while secondary vm >status is consistent with primary > b. send dirty pfn list to primary when checkpoint under colo > c. send store gfn and con

[Xen-devel] [PATCH v12 15/26] libxc/restore: support COLO restore

2016-03-23 Thread Changlong Xie
From: Wen Congyang a. call callbacks resume/checkpoint/suspend while secondary vm status is consistent with primary b. send dirty pfn list to primary when checkpoint under colo c. send store gfn and console gfn to xl before resuming secondary vm Signed-off-by: Yang Hongyang Signed-off-by: We