On Sat, Feb 18, 2017 at 03:41:31PM -0500, John Ferlan wrote:
Create a function which takes a node device "name" entry to
lookup
and returns a string containing the parent name for the node device.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
Adjustment from v1... Instead of moving function to virvhba.c, create
a new node_device_conf API which does something similar to what the
changed code from patch 7 and 8 (e.g. virVHBAGetParent) would have done.
src/conf/node_device_conf.c | 30 ++++++++++++++++++++++++++++++
src/conf/node_device_conf.h | 3 +++
src/libvirt_private.syms | 1 +
3 files changed, 34 insertions(+)
ACK
Pavel