From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: Stabilising some tools only HVMOPs? Date: Thu, 18 Feb 2016 16:29:52 +0000 Message-ID: <20160218162952.GJ3723@citrix.com> References: <20160217172808.GB3723@citrix.com> <20160218125144.GI3723@citrix.com> <22213.61728.672908.181165@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWRWh-0006BN-Du for xen-devel@lists.xenproject.org; Thu, 18 Feb 2016 16:33:59 +0000 Content-Disposition: inline In-Reply-To: <22213.61728.672908.181165@mariner.uk.xensource.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: Ian Jackson Cc: Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Paul Durrant , Jan Beulich , Anthony PERARD , Xen-devel List-Id: xen-devel@lists.xenproject.org On Thu, Feb 18, 2016 at 04:28:16PM +0000, Ian Jackson wrote: > Wei Liu writes ("Re: Stabilising some tools only HVMOPs?"): > > I think we come to the conclusion that these HVMOPs should be made > > stable. And to do so I'm going to introduce a __XEN_TOOLS_STABLE__ macro > > for them to distinguish from __XEN_TOOLS__. And then libxendevicemodel > > will have -D__XEN_TOOLS_STABLE__ only. > > > > Does this sound sufficient? > > It would be better to rename -D__XEN_TOOLS__ too, to > -D__XEN_TOOLS_UNSTABLE. > Fine by me, of course. Wei. > Ian.