package
0.1.0-alpha.0
Repository: https://github.com/cgwalters/kvm-device-plugin.git
Documentation: pkg.go.dev

# Functions

IsModuleLoaded tells whether given kernel module is loaded or not.
LoadModule loads a kernel module (via modprobe).
UnloadModule unloads a kernel module (via rmmod).

# Structs

PCILister is the object responsible for discovering initial pool of devices and their allocation.
VFIODevicePlugin represents device plugin implementation with VFIO specific attributes.