From mboxrd@z Thu Jan 1 00:00:00 1970 From: konrad.wilk@oracle.com (Konrad Rzeszutek Wilk) Date: Fri, 5 Feb 2016 23:12:36 -0500 Subject: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set() In-Reply-To: <20160206040322.GB25240@wotan.suse.de> References: <1448041672-3986-1-git-send-email-mcgrof@do-not-panic.com> <1448041672-3986-3-git-send-email-mcgrof@do-not-panic.com> <20151125145322.GA24630@x230.dumpdata.com> <20151125193651.GH9528@wotan.suse.de> <20151125204420.GA20267@x230.dumpdata.com> <20160206014454.GA25240@wotan.suse.de> <20160206034554.GA14513@localhost.localdomain> <20160206040322.GB25240@wotan.suse.de> Message-ID: <20160206041235.GA1232@localhost.localdomain> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr > > Also - how does this work if you have an older version of SuSE, > > say SLES10? > > Beats me. I just dealt with getting this to compile with what is current. > I kind of doubt what is in xen master or staging will end up in SLE10's > version of Xen too. If that had to happen people porting this to an old I build staging on Fedora Core 13 and then occasionally on OL5 and OL6. > library could just add a helper gnutls_priority_set_direct() wrapper to > do things the old way. Any ideas on how to detect whether the wrapper should be used from within the qemu-traditional code? Does the library have an programatic way to expose this? (#ifdef machinery?) > > Luis From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set() Date: Fri, 5 Feb 2016 23:12:36 -0500 Message-ID: <20160206041235.GA1232@localhost.localdomain> References: <1448041672-3986-1-git-send-email-mcgrof@do-not-panic.com> <1448041672-3986-3-git-send-email-mcgrof@do-not-panic.com> <20151125145322.GA24630@x230.dumpdata.com> <20151125193651.GH9528@wotan.suse.de> <20151125204420.GA20267@x230.dumpdata.com> <20160206014454.GA25240@wotan.suse.de> <20160206034554.GA14513@localhost.localdomain> <20160206040322.GB25240@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20160206040322.GB25240@wotan.suse.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Luis R. Rodriguez" Cc: xen-devel@lists.xensource.com, ian.campbell@citrix.com, "Luis R. Rodriguez" , ian.jackson@eu.citrix.com, pryorm09@gmail.com, cfergeau@redhat.com, JBeulich@suse.com, samuel.thibault@ens-lyon.org, cocci@systeme.lip6.fr List-Id: xen-devel@lists.xenproject.org > > Also - how does this work if you have an older version of SuSE, > > say SLES10? > > Beats me. I just dealt with getting this to compile with what is current. > I kind of doubt what is in xen master or staging will end up in SLE10's > version of Xen too. If that had to happen people porting this to an old I build staging on Fedora Core 13 and then occasionally on OL5 and OL6. > library could just add a helper gnutls_priority_set_direct() wrapper to > do things the old way. Any ideas on how to detect whether the wrapper should be used from within the qemu-traditional code? Does the library have an programatic way to expose this? (#ifdef machinery?) > > Luis