From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools/libxc: Provide evtchn_port_or_error_t for compat xenctrl interface Date: Wed, 3 Feb 2016 11:48:05 +0000 Message-ID: <1454500085.25207.85.camel@citrix.com> References: <1454324883-8288-1-git-send-email-andrew.cooper3@citrix.com> <1454325581.28781.80.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1454325581.28781.80.camel@citrix.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: Andrew Cooper , Xen-devel Cc: Ian Jackson , Wei Liu List-Id: xen-devel@lists.xenproject.org On Mon, 2016-02-01 at 11:19 +0000, Ian Campbell wrote: > On Mon, 2016-02-01 at 11:08 +0000, Andrew Cooper wrote: > > c/s 2d2f789 "tools: rename libxc's evtchn_port_or_error_t with an xc_ > > prefix" doesn't cater for older applications which have requested > > XC_WANT_COMPAT_EVTCHN_API > > I think we can safely assume that such apps are not also using > xenevtchn.h > (otherwise there would be clashes already) so: > > > Signed-off-by: Andrew Cooper > > Acked-by: Ian Campbell applied.