Kernel dependencies¶
The original in-tree Kconfig dependency was:
PCI && PCI_DOMAINS && IOMMU_API && VFIO_PCI_CORE && TTY
As an out-of-tree module, these are checked against
/boot/config-$(uname -r) by tools/check-kernel-config.sh.
Required options¶
The following options must be enabled in the running kernel configuration:
CONFIG_MODULES=yCONFIG_PCI=yCONFIG_PCI_DOMAINS=yCONFIG_IOMMU_API=yCONFIG_TTY=yCONFIG_VFIO=yormCONFIG_VFIO_PCI_CORE=yorm
Runtime/test options¶
The smoke tests are more useful when these are also enabled:
CONFIG_PCI_IOVCONFIG_VFIO_PCICONFIG_KVM
Compatibility targets¶
Debian 13 (Trixie) kernel (
6.12.90+deb13.1-amd64)Ubuntu 26.04 generic kernel (
7.0.0-15-generic)CentOS Stream 10 kernel (
6.12.0-243.el10.x86_64)
CentOS Stream 10 ships kernel 6.12 but backports IOMMU and VFIO API changes
from upstream 6.15+. The compat header uses RHEL_RELEASE_CODE guards to
select the correct API on RHEL-family kernels.
Broader kernel update compatibility should be added by version-guarding specific API differences as they are found.