From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v2] libxenevtchn: rename evtchn_port_or_errot_t as xenevtchn_port... Date: Thu, 4 Feb 2016 13:51:49 +0000 Message-ID: <20160204135149.GO23178@citrix.com> References: <1454590829-2963-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1454590829-2963-1-git-send-email-ian.campbell@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: Ian Campbell Cc: wei.liu2@citrix.com, Olaf Hering , Andrew Cooper , ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Feb 04, 2016 at 01:00:29PM +0000, Ian Campbell wrote: > Otherwise the name clashes with the libxc evtchn_compat use of the > name (which is compat, so can't really change), and triggers an error > with older gcc relating to redefining typedefs (which are not allowed > per the spec, but which are tolerated by newer gcc) > > None of qemu-trad, qemu-xen or mini-os actually use this type, so this > should be fine. Note that the library API is not actually stable until > 4.7 is releases. > > Reported-by: Olaf Hering > Signed-off-by: Ian Campbell > Cc: Andrew Cooper > Cc: Olaf Hering Acked-by: Wei Liu