From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH for-4.5 v21 06/14] libxl/remus: introduce an abstract Remus device layer Date: Fri, 26 Sep 2014 13:59:57 +0100 Message-ID: <21541.25421.792357.610549@mariner.uk.xensource.com> References: <1411711999-3183-1-git-send-email-yanghy@cn.fujitsu.com> <1411711999-3183-7-git-send-email-yanghy@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411711999-3183-7-git-send-email-yanghy@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: Yang Hongyang Cc: laijs@cn.fujitsu.com, wency@cn.fujitsu.com, yunhong.jiang@intel.com, eddie.dong@intel.com, xen-devel@lists.xen.org, rshriram@cs.ubc.ca, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Yang Hongyang writes ("[PATCH for-4.5 v21 06/14] libxl/remus: introduce an abstract Remus device layer"): > Introduce an abstract device layer that allows the Remus > logic in libxl to control a guest's devices in a device-agnostic > manner. The device layer also exposes a set of internal interfaces > that a device type must implement, if it wishes to support Remus. Acked-by: Ian Jackson