Re: [Xen-devel] [PATCH v6 COLO 03/15] primary vm suspend/get_dirty_pfn/resume/checkpoint code

2015-06-16 Thread Ian Campbell
On Mon, 2015-06-08 at 11:45 +0800, Yang Hongyang wrote: > diff --git a/tools/libxc/include/xenguest.h b/tools/libxc/include/xenguest.h > index 86bcf9c..d5902a6 100644 > --- a/tools/libxc/include/xenguest.h > +++ b/tools/libxc/include/xenguest.h > @@ -75,6 +75,18 @@ struct save_callbacks { > *

[Xen-devel] [PATCH v6 COLO 03/15] primary vm suspend/get_dirty_pfn/resume/checkpoint code

2015-06-07 Thread Yang Hongyang
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 LIBXL_COLO_SVM_SUSPENDED sent by secondary d. Read secondary vm's dirty page information to master(count + pfn list) 2. Get dirty pfn list callback