]> xenbits.xensource.com Git - libvirt.git/commit
util: new function virPCIDeviceGetConfigPath()
authorLaine Stump <laine@laine.org>
Sat, 19 Nov 2016 19:30:03 +0000 (14:30 -0500)
committerLaine Stump <laine@laine.org>
Wed, 30 Nov 2016 20:24:35 +0000 (15:24 -0500)
commitbfdc14515366894348e943ff33671f19037bf4d6
tree6e224a8e06e5e95717cc299cf43c8db883dccea7
parente026563f0136a04b177e3627cec3afab233da690
util: new function virPCIDeviceGetConfigPath()

The path to the config file for a PCI device is conventiently stored
in a virPCIDevice object, but that object's contents aren't directly
visible outside of virpci.c, so we need to have an accessor function
for it if anyone needs to look at it.
src/libvirt_private.syms
src/util/virpci.c
src/util/virpci.h