From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: Stabilising some tools only HVMOPs? Date: Thu, 18 Feb 2016 16:45:00 +0000 Message-ID: <22213.62732.511994.540955@mariner.uk.xensource.com> References: <20160217172808.GB3723@citrix.com> <20160218125144.GI3723@citrix.com> <22213.61728.672908.181165@mariner.uk.xensource.com> <56C6022D02000078000D3C93@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWRhR-0007A6-UH for xen-devel@lists.xenproject.org; Thu, 18 Feb 2016 16:45:06 +0000 In-Reply-To: <56C6022D02000078000D3C93@prv-mh.provo.novell.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: Jan Beulich Cc: Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Paul Durrant , Anthony PERARD , Xen-devel List-Id: xen-devel@lists.xenproject.org Jan Beulich writes ("Re: Stabilising some tools only HVMOPs?"): > 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. We're talking here mostly about the unstable API, right ? Well this is a kind of instability :-). > In which case maybe __XEN_TOOLS__ should be > retained for the stable portions? In principle that might be nice but actually the library split means they have to change anyway. Ian.