Re: [libvirt] [PATCH v2 09/14] nodedev: Create helper for finding by name in driver

2017-05-26 Thread Peter Krempa
On Thu, May 25, 2017 at 15:57:06 -0400, John Ferlan wrote: > Create nodeDeviceObjFindByName which will perform the corresponding > virNodeDeviceObjFindByName call for various node_device_driver callers > rather than having the same repetitive code. > > Signed-off-by: John Ferlan > --- > src/node

[libvirt] [PATCH v2 09/14] nodedev: Create helper for finding by name in driver

2017-05-25 Thread John Ferlan
Create nodeDeviceObjFindByName which will perform the corresponding virNodeDeviceObjFindByName call for various node_device_driver callers rather than having the same repetitive code. Signed-off-by: John Ferlan --- src/node_device/node_device_driver.c | 96 +--- 1