Re: [Xen-devel] [PATCH v12 14/26] primary vm suspend/resume/checkpoint code

2016-03-24 Thread Changlong Xie
On 03/24/2016 11:24 PM, Ian Jackson wrote: Changlong Xie writes ("[PATCH v12 14/26] primary vm suspend/resume/checkpoint code"): From: Wen Congyang ... Thanks. Most of this seems plausible (although I have done a review of rather limited depth): However, there are several instances like th

Re: [Xen-devel] [PATCH v12 14/26] primary vm suspend/resume/checkpoint code

2016-03-24 Thread Changlong Xie
On 03/24/2016 11:24 PM, Ian Jackson wrote: Changlong Xie writes ("[PATCH v12 14/26] primary vm suspend/resume/checkpoint code"): From: Wen Congyang ... Thanks. Most of this seems plausible (although I have done a review of rather limited depth): However, there are several instances like th

Re: [Xen-devel] [PATCH v12 14/26] primary vm suspend/resume/checkpoint code

2016-03-24 Thread Ian Jackson
Changlong Xie writes ("[PATCH v12 14/26] primary vm suspend/resume/checkpoint code"): > From: Wen Congyang ... Thanks. Most of this seems plausible (although I have done a review of rather limited depth): However, there are several instances like this: > +out: > +libxl__ao_complete(egc, a

[Xen-devel] [PATCH v12 14/26] primary vm suspend/resume/checkpoint code

2016-03-23 Thread Changlong Xie
From: Wen Congyang We will do the following things again and again: 1. Suspend primary vm a. Suspend primary vm b. do postsuspend c. Read CHECKPOINT_SVM_SUSPENDED sent by secondary 2. Checkpoint a. Write emulator xenstore data and emulator context b. Write checkpoint end record 3.