mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
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:
parent
c012e0f7fa
commit
9bc01ad87c
@ -2614,6 +2614,7 @@ virObjectUnref;
|
||||
# util/virpci.h
|
||||
virPCIDeviceAddressAsString;
|
||||
virPCIDeviceAddressEqual;
|
||||
virPCIDeviceAddressFree;
|
||||
virPCIDeviceAddressGetIOMMUGroupAddresses;
|
||||
virPCIDeviceAddressGetIOMMUGroupNum;
|
||||
virPCIDeviceAddressGetSysfsFile;
|
||||
@ -2625,6 +2626,7 @@ virPCIDeviceCopy;
|
||||
virPCIDeviceDetach;
|
||||
virPCIDeviceFileIterate;
|
||||
virPCIDeviceFree;
|
||||
virPCIDeviceGetAddress;
|
||||
virPCIDeviceGetConfigPath;
|
||||
virPCIDeviceGetDriverPathAndName;
|
||||
virPCIDeviceGetIOMMUGroupDev;
|
||||
@ -2664,11 +2666,14 @@ virPCIDeviceSetUsedBy;
|
||||
virPCIDeviceUnbind;
|
||||
virPCIDeviceWaitForCleanup;
|
||||
virPCIEDeviceInfoFree;
|
||||
virPCIELinkSpeedTypeFromString;
|
||||
virPCIELinkSpeedTypeToString;
|
||||
virPCIGetDeviceAddressFromSysfsLink;
|
||||
virPCIGetHeaderType;
|
||||
virPCIGetMdevTypes;
|
||||
virPCIGetNetName;
|
||||
virPCIGetPhysicalFunction;
|
||||
virPCIGetSysfsFile;
|
||||
virPCIGetVirtualFunctionIndex;
|
||||
virPCIGetVirtualFunctionInfo;
|
||||
virPCIGetVirtualFunctions;
|
||||
|
Loading…
Reference in New Issue
Block a user