libvirt_private.syms: Properly expose virPCI* function from virpci.h

There are couple of functions that are meant to be exposed but
are missing syms file adjustment.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2019-07-18 15:18:09 +02:00
parent c012e0f7fa
commit 9bc01ad87c

View File

@ -2614,6 +2614,7 @@ virObjectUnref;
# util/virpci.h # util/virpci.h
virPCIDeviceAddressAsString; virPCIDeviceAddressAsString;
virPCIDeviceAddressEqual; virPCIDeviceAddressEqual;
virPCIDeviceAddressFree;
virPCIDeviceAddressGetIOMMUGroupAddresses; virPCIDeviceAddressGetIOMMUGroupAddresses;
virPCIDeviceAddressGetIOMMUGroupNum; virPCIDeviceAddressGetIOMMUGroupNum;
virPCIDeviceAddressGetSysfsFile; virPCIDeviceAddressGetSysfsFile;
@ -2625,6 +2626,7 @@ virPCIDeviceCopy;
virPCIDeviceDetach; virPCIDeviceDetach;
virPCIDeviceFileIterate; virPCIDeviceFileIterate;
virPCIDeviceFree; virPCIDeviceFree;
virPCIDeviceGetAddress;
virPCIDeviceGetConfigPath; virPCIDeviceGetConfigPath;
virPCIDeviceGetDriverPathAndName; virPCIDeviceGetDriverPathAndName;
virPCIDeviceGetIOMMUGroupDev; virPCIDeviceGetIOMMUGroupDev;
@ -2664,11 +2666,14 @@ virPCIDeviceSetUsedBy;
virPCIDeviceUnbind; virPCIDeviceUnbind;
virPCIDeviceWaitForCleanup; virPCIDeviceWaitForCleanup;
virPCIEDeviceInfoFree; virPCIEDeviceInfoFree;
virPCIELinkSpeedTypeFromString;
virPCIELinkSpeedTypeToString;
virPCIGetDeviceAddressFromSysfsLink; virPCIGetDeviceAddressFromSysfsLink;
virPCIGetHeaderType; virPCIGetHeaderType;
virPCIGetMdevTypes; virPCIGetMdevTypes;
virPCIGetNetName; virPCIGetNetName;
virPCIGetPhysicalFunction; virPCIGetPhysicalFunction;
virPCIGetSysfsFile;
virPCIGetVirtualFunctionIndex; virPCIGetVirtualFunctionIndex;
virPCIGetVirtualFunctionInfo; virPCIGetVirtualFunctionInfo;
virPCIGetVirtualFunctions; virPCIGetVirtualFunctions;