
2 Jan
2017
2 Jan
'17
3:16 p.m.
On Fri, Nov 18, 2016 at 09:26:28AM -0500, John Ferlan wrote:
Extract out code from virNodeDeviceGetParentHost into helpers - it's going to be reused in upcoming patches to search on more fields
Create virNodeDeviceFindVPORTCapDef in order to return a virNodeDevCapsDefPtr of the VPORT_OPS and virNodeDeviceFindFCParentHost to use the function and generate an error message if the device doesn't have the capability.
Also clean up the processing in virNodeDeviceGetParentHost to remove need for goto's.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/node_device_conf.c | 83 +++++++++++++++++++++++++++++++-------------- 1 file changed, 57 insertions(+), 26 deletions(-)
ACK Jan