Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-12-03 Thread Paolo Bonzini
On 03/12/19 11:34, Greg Kurz wrote: > On Fri, 29 Nov 2019 13:59:37 +0100 > Greg Kurz wrote: > >> On Fri, 29 Nov 2019 13:49:20 +0100 >> Paolo Bonzini wrote: >> >>> On 29/11/19 13:32, Greg Kurz wrote: Nice. :) Reviewed-by: Greg Kurz Paolo, I can take this

Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-12-03 Thread Greg Kurz
On Fri, 29 Nov 2019 13:59:37 +0100 Greg Kurz wrote: > On Fri, 29 Nov 2019 13:49:20 +0100 > Paolo Bonzini wrote: > > > On 29/11/19 13:32, Greg Kurz wrote: > > > Nice. :) > > > > > > Reviewed-by: Greg Kurz > > > > > > Paolo, > > > > > > I can take this through my 9p tree if you want.

Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-11-29 Thread Daniel P . Berrangé
On Fri, Nov 29, 2019 at 12:16:32PM +0100, Paolo Bonzini wrote: > virtfs-proxy-helper is the only user of libcap; everyone else is using > the simpler libcap-ng API. Switch and remove the configure code to > detect libcap. > > Signed-off-by: Paolo Bonzini > --- > configure |

Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-11-29 Thread Greg Kurz
On Fri, 29 Nov 2019 13:49:20 +0100 Paolo Bonzini wrote: > On 29/11/19 13:32, Greg Kurz wrote: > > Nice. :) > > > > Reviewed-by: Greg Kurz > > > > Paolo, > > > > I can take this through my 9p tree if you want. Otherwise, > > > > Acked-by: Greg Kurz > > Yes, please do it since it's

Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-11-29 Thread Greg Kurz
On Fri, 29 Nov 2019 12:16:32 +0100 Paolo Bonzini wrote: > virtfs-proxy-helper is the only user of libcap; everyone else is using > the simpler libcap-ng API. Switch and remove the configure code to > detect libcap. > > Signed-off-by: Paolo Bonzini > --- Nice. :) Reviewed-by: Greg Kurz

Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-11-29 Thread Paolo Bonzini
On 29/11/19 13:32, Greg Kurz wrote: > Nice. :) > > Reviewed-by: Greg Kurz > > Paolo, > > I can take this through my 9p tree if you want. Otherwise, > > Acked-by: Greg Kurz Yes, please do it since it's self-contained. You'd probably also test it better than me. :) Paolo

Re: [PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-11-29 Thread Daniel P . Berrangé
On Fri, Nov 29, 2019 at 12:16:32PM +0100, Paolo Bonzini wrote: > virtfs-proxy-helper is the only user of libcap; everyone else is using > the simpler libcap-ng API. Switch and remove the configure code to > detect libcap. > > Signed-off-by: Paolo Bonzini > --- > configure |

[PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng

2019-11-29 Thread Paolo Bonzini
virtfs-proxy-helper is the only user of libcap; everyone else is using the simpler libcap-ng API. Switch and remove the configure code to detect libcap. Signed-off-by: Paolo Bonzini --- configure | 18 +-- fsdev/virtfs-proxy-helper.c | 100