Re: [libvirt] [PATCH v2 05/14] nodedev: Use common naming for virnodedeviceobj

2017-05-26 Thread John Ferlan
On 05/26/2017 03:15 AM, Peter Krempa wrote: > On Thu, May 25, 2017 at 15:57:02 -0400, John Ferlan wrote: >> A virNodeDeviceObjPtr is an @obj >> >> A virNodeDeviceObjListPtr is an @devs >> >> Signed-off-by: John Ferlan >> --- >> src/conf/virnodedeviceobj.c | 130 >>

Re: [libvirt] [PATCH v2 05/14] nodedev: Use common naming for virnodedeviceobj

2017-05-26 Thread Peter Krempa
On Thu, May 25, 2017 at 15:57:02 -0400, John Ferlan wrote: > A virNodeDeviceObjPtr is an @obj > > A virNodeDeviceObjListPtr is an @devs > > Signed-off-by: John Ferlan > --- > src/conf/virnodedeviceobj.c | 130 > ++-- > 1 file

[libvirt] [PATCH v2 05/14] nodedev: Use common naming for virnodedeviceobj

2017-05-25 Thread John Ferlan
A virNodeDeviceObjPtr is an @obj A virNodeDeviceObjListPtr is an @devs Signed-off-by: John Ferlan --- src/conf/virnodedeviceobj.c | 130 ++-- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/src/conf/virnodedeviceobj.c