Re: [Xen-devel] [PATCH v11 14/27] secondary vm suspend/resume/checkpoint code

2016-03-19 Thread Changlong Xie
On 03/05/2016 01:11 AM, Ian Jackson wrote: Changlong Xie writes ("[PATCH v11 14/27] secondary vm suspend/resume/checkpoint code"): From: Wen Congyang Secondary vm is running in colo mode. So we will do the following things again and again: I don't propose to review this in detail. Skimread

Re: [Xen-devel] [PATCH v11 14/27] secondary vm suspend/resume/checkpoint code

2016-03-19 Thread Wei Liu
On Thu, Mar 17, 2016 at 05:03:12PM +0800, Changlong Xie wrote: > On 03/05/2016 01:11 AM, Ian Jackson wrote: > >Changlong Xie writes ("[PATCH v11 14/27] secondary vm > >suspend/resume/checkpoint code"): > >>From: Wen Congyang > >> > >>Secondary vm is running in colo mode. So we will do > >>the fol

Re: [Xen-devel] [PATCH v11 14/27] secondary vm suspend/resume/checkpoint code

2016-03-06 Thread Wen Congyang
On 03/05/2016 01:11 AM, Ian Jackson wrote: > Changlong Xie writes ("[PATCH v11 14/27] secondary vm > suspend/resume/checkpoint code"): >> From: Wen Congyang >> >> Secondary vm is running in colo mode. So we will do >> the following things again and again: > > I don't propose to review this in de

Re: [Xen-devel] [PATCH v11 14/27] secondary vm suspend/resume/checkpoint code

2016-03-04 Thread Ian Jackson
Changlong Xie writes ("[PATCH v11 14/27] secondary vm suspend/resume/checkpoint code"): > From: Wen Congyang > > Secondary vm is running in colo mode. So we will do > the following things again and again: I don't propose to review this in detail. Skimreading it, it looks plausible. I don't th

[Xen-devel] [PATCH v11 14/27] secondary vm suspend/resume/checkpoint code

2016-03-04 Thread Changlong Xie
From: Wen Congyang Secondary vm is running in colo mode. So we will do the following things again and again: 1. Resume secondary vm a. Send CHECKPOINT_SVM_READY to master. b. If it is not the first resume, call libxl__checkpoint_devices_preresume(). c. If it is the first resume(resume ri