Re: [libvirt] [PATCH v2 11/14] nodedev: Introduce virNodeDeviceObjGetDef

2017-05-26 Thread Peter Krempa
On Thu, May 25, 2017 at 15:57:08 -0400, John Ferlan wrote: > In preparation for privatizing the virNodeDeviceObj - create an accessor > for the @def field and then use it for various callers. > > Signed-off-by: John Ferlan > --- > src/conf/virnodedeviceobj.c | 7 + > src/conf/virno

[libvirt] [PATCH v2 11/14] nodedev: Introduce virNodeDeviceObjGetDef

2017-05-25 Thread John Ferlan
In preparation for privatizing the virNodeDeviceObj - create an accessor for the @def field and then use it for various callers. Signed-off-by: John Ferlan --- src/conf/virnodedeviceobj.c | 7 + src/conf/virnodedeviceobj.h | 2 ++ src/libvirt_private.syms | 1