]> git.ipfire.org Git - thirdparty/libvirt.git/commit
pci: rename virPCIDeviceGetVFIOGroupDev to virPCIDeviceGetIOMMUGroupDev
authorLaine Stump <laine@laine.org>
Fri, 14 Jun 2013 20:18:44 +0000 (16:18 -0400)
committerLaine Stump <laine@laine.org>
Tue, 25 Jun 2013 22:07:38 +0000 (18:07 -0400)
commit1d829e13068e7ff189ac99a702b71cf9e5836aa3
tree42413bffda8098cd53a33b7009af257a841266f6
parentee1d1f3b546fd59673ad45a2d651b996d6e10dbd
pci: rename virPCIDeviceGetVFIOGroupDev to virPCIDeviceGetIOMMUGroupDev

I realized after the fact that it's probably better in the long run to
give this function a name that matches the name of the link used in
sysfs to hold the group (iommu_group).

I'm changing it now because I'm about to add several more functions
that deal with iommu groups.
src/libvirt_private.syms
src/qemu/qemu_cgroup.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_selinux.c
src/util/virpci.c
src/util/virpci.h