From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: Stabilising some tools only HVMOPs? Date: Thu, 18 Feb 2016 09:41:01 -0700 Message-ID: <56C6022D02000078000D3C93@prv-mh.provo.novell.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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWS0t-0001EC-C5 for xen-devel@lists.xenproject.org; Thu, 18 Feb 2016 17:05:11 +0000 In-Reply-To: <22213.61728.672908.181165@mariner.uk.xensource.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Ian Jackson Cc: Ian Campbell , Stefano Stabellini , Andrew Cooper , Paul Durrant , Anthony PERARD , Xen-devel List-Id: xen-devel@lists.xenproject.org >>> On 18.02.16 at 17:28, 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. Even if a minor one, this will create a compatibility problem for out of tree code including the headers: Their builds will all of the sudden break, until they figure they need to go and #define this new manifest symbol. Otoh maybe we would actually like to break their builds this way, to make them aware of the fact. In which case maybe __XEN_TOOLS__ should be retained for the stable portions? Jan