Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2016-02-10 Thread Luis R. Rodriguez
On Wed, Feb 10, 2016 at 7:44 AM, Olaf Hering wrote: > On Wed, Feb 10, Luis R. Rodriguez wrote: > >> cherry picks for fixes or huge interest to keep it compatible with latest >> compilers qemu-xen-traditional seems to be more of a liability than a > > Hey, this is about gnutls, not

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2016-02-10 Thread Luis R. Rodriguez
On Wed, Feb 10, 2016 at 09:46:30AM +, Ian Campbell wrote: > On Tue, 2016-02-09 at 19:04 -0800, Luis R. Rodriguez wrote: > > On Tue, Feb 9, 2016 at 10:23 AM, Olaf Hering wrote: > > > On Tue, Feb 09, Luis R. Rodriguez wrote: > > > > > > > Thanks so it seems the other option is

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2016-02-09 Thread Luis R. Rodriguez
On Tue, Feb 09, 2016 at 03:54:05AM -0700, Jan Beulich wrote: > >>> On 06.02.16 at 05:03, wrote: > > On Fri, Feb 05, 2016 at 10:45:54PM -0500, Konrad Rzeszutek Wilk wrote: > >> Also - how does this work if you have an older version of SuSE, > >> say SLES10? > > > > Beats me. I

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2016-02-09 Thread Luis R. Rodriguez
On Tue, Feb 09, 2016 at 05:36:18PM +0100, Olaf Hering wrote: > On Fri, Feb 05, Konrad Rzeszutek Wilk wrote: > > > Also - how does this work if you have an older version of SuSE, > > say SLES10? > > SLE10 is out of scope since along time already. > This patch for current gnutls is already in qemu

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2016-02-09 Thread Luis R. Rodriguez
On Tue, Feb 9, 2016 at 10:23 AM, Olaf Hering wrote: > On Tue, Feb 09, Luis R. Rodriguez wrote: > >> Thanks so it seems the other option is to bump the release, can that >> be decided? What's the process for deciding that? > > Which release should be bumped? In so far as TLS is

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2016-02-06 Thread Konrad Rzeszutek Wilk
> > 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

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2016-02-05 Thread Luis R. Rodriguez
On Fri, Feb 05, 2016 at 11:12:36PM -0500, Konrad Rzeszutek Wilk wrote: > > a 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

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2015-11-26 Thread Konrad Rzeszutek Wilk
On Fri, Nov 20, 2015 at 09:47:45AM -0800, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Using deprecate gnutls_*_set() triggers a failure to compile > with gnutls30-3.4.4, used on OpenSUSE factory: > > ../libqemu_common.a(vnc.o): In function `vnc_start_tls': >

Re: [Cocci] [Xen-devel] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()

2015-11-25 Thread Luis R. Rodriguez
On Wed, Nov 25, 2015 at 09:53:27AM -0500, Konrad Rzeszutek Wilk wrote: > On Fri, Nov 20, 2015 at 09:47:45AM -0800, Luis R. Rodriguez wrote: > > From: "Luis R. Rodriguez" > > > > Using deprecate gnutls_*_set() triggers a failure to compile > > with gnutls30-3.4.4, used on