package pci
import "github.com/Microsoft/hcsshim/internal/guest/storage/pci"
Index ¶
- func FindDeviceBusLocationFromVMBusGUID(ctx context.Context, vmBusGUID string) (string, error)
- func FindDeviceFullPath(ctx context.Context, vmBusGUID string) (string, error)
- func WaitForPCIDeviceFromVMBusGUID(ctx context.Context, vmBusGUID string) error
Functions ¶
func FindDeviceBusLocationFromVMBusGUID ¶
FindDeviceBusLocationFromVMBusGUID finds device bus location by reading /sys/bus/vmbus/devices/<vmBusGUID>/... for pci specific directories
func FindDeviceFullPath ¶
FindDeviceFullPath finds the full PCI device path in the form of /sys/bus/vmbus/devices/<vmBusGUID>/pciXXXX:XX/XXXX:XX*
func WaitForPCIDeviceFromVMBusGUID ¶
WaitForPCIDeviceFromVMBusGUID waits for bus location path of the device to be present
Source Files ¶
- Version
- v0.12.9 (latest)
- Published
- Oct 30, 2024
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 14 hours ago –
Tools for package owners.