Re: [libvirt] [PATCH 03/15] conf: nodedev: Convert virNodeDevObjHasCapStr to a simple wrapper

2018-01-29 Thread Michal Privoznik
On 01/29/2018 09:42 AM, Erik Skultety wrote: > On Fri, Jan 26, 2018 at 12:40:34PM +0100, Michal Privoznik wrote: >> On 01/25/2018 10:23 AM, Erik Skultety wrote: >>> This patch drops the capability matching redundancy by simply converting >>> the string input to our internal types which are then in

Re: [libvirt] [PATCH 03/15] conf: nodedev: Convert virNodeDevObjHasCapStr to a simple wrapper

2018-01-29 Thread Erik Skultety
On Fri, Jan 26, 2018 at 12:40:34PM +0100, Michal Privoznik wrote: > On 01/25/2018 10:23 AM, Erik Skultety wrote: > > This patch drops the capability matching redundancy by simply converting > > the string input to our internal types which are then in turn used for > > the actual capability matching

Re: [libvirt] [PATCH 03/15] conf: nodedev: Convert virNodeDevObjHasCapStr to a simple wrapper

2018-01-26 Thread Michal Privoznik
On 01/25/2018 10:23 AM, Erik Skultety wrote: > This patch drops the capability matching redundancy by simply converting > the string input to our internal types which are then in turn used for > the actual capability matching. > > Signed-off-by: Erik Skultety > --- > src/conf/virnodedeviceobj.c

[libvirt] [PATCH 03/15] conf: nodedev: Convert virNodeDevObjHasCapStr to a simple wrapper

2018-01-25 Thread Erik Skultety
This patch drops the capability matching redundancy by simply converting the string input to our internal types which are then in turn used for the actual capability matching. Signed-off-by: Erik Skultety --- src/conf/virnodedeviceobj.c | 50 + 1 file