Re: [libvirt] [PATCH v3 08/12] nodedev: Dereference the obj/def in virNodeDeviceObjListFind* APIs

2017-07-03 Thread Erik Skultety
On Fri, Jun 30, 2017 at 01:08:22PM -0400, John Ferlan wrote: > > > On 06/30/2017 08:06 AM, Erik Skultety wrote: > > On Sat, Jun 03, 2017 at 09:11:58AM -0400, John Ferlan wrote: > >> Create local @obj and @def for the API's rather than referencing the > >> devs->objs[i][->def->]. It'll make future

Re: [libvirt] [PATCH v3 08/12] nodedev: Dereference the obj/def in virNodeDeviceObjListFind* APIs

2017-06-30 Thread John Ferlan
On 06/30/2017 08:06 AM, Erik Skultety wrote: > On Sat, Jun 03, 2017 at 09:11:58AM -0400, John Ferlan wrote: >> Create local @obj and @def for the API's rather than referencing the >> devs->objs[i][->def->]. It'll make future patches easier to read. ^ [1] >> >> Signed-off

Re: [libvirt] [PATCH v3 08/12] nodedev: Dereference the obj/def in virNodeDeviceObjListFind* APIs

2017-06-30 Thread Erik Skultety
On Sat, Jun 03, 2017 at 09:11:58AM -0400, John Ferlan wrote: > Create local @obj and @def for the API's rather than referencing the > devs->objs[i][->def->]. It'll make future patches easier to read. > > Signed-off-by: John Ferlan > --- > src/conf/virnodedeviceobj.c | 60 > +

[libvirt] [PATCH v3 08/12] nodedev: Dereference the obj/def in virNodeDeviceObjListFind* APIs

2017-06-03 Thread John Ferlan
Create local @obj and @def for the API's rather than referencing the devs->objs[i][->def->]. It'll make future patches easier to read. Signed-off-by: John Ferlan --- src/conf/virnodedeviceobj.c | 60 - 1 file changed, 37 insertions(+), 23 deletions(-)