From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v7 17/18] tools/libxl: move remus state into a seperate structure Date: Wed, 3 Feb 2016 19:41:04 +0000 Message-ID: <20160203194104.GF23178@citrix.com> References: <1454045254-3711-1-git-send-email-wency@cn.fujitsu.com> <1454045254-3711-18-git-send-email-wency@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1454045254-3711-18-git-send-email-wency@cn.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wen Congyang Cc: Lars Kurth , Changlong Xie , Wei Liu , Ian Campbell , Andrew Cooper , Jiang Yunhong , Ian Jackson , xen devel , Dong Eddie , Gui Jianfeng , Shriram Rajagopalan , Yang Hongyang List-Id: xen-devel@lists.xenproject.org On Fri, Jan 29, 2016 at 01:27:33PM +0800, Wen Congyang wrote: > Add a new structure remus state, and move concrete layer's private > member to remus state. > it is pure refactoring and no functional changes. > Init interval in libxl__remus_setup(). It is safe to move this initialisation, > because this value is only used for remus, and remus will use this value after > libxl__remus_setup(). > > Signed-off-by: Wen Congyang > Signed-off-by: Yang Hongyang > Reviewed-by: Konrad Rzeszutek Wilk Only skim through this patch. I think it mostly touches remus state and does what it says it does. So Acked-by: Wei Liu