pci-passthrough: drop obsolete vfio_virqfd kernel module requirement

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2024-10-22 12:19:37 +02:00 committed by Aaron Lauterer
parent aa42ef161b
commit 29533496a1

View File

@ -92,17 +92,13 @@ to the xref:sysboot_edit_kernel_cmdline[kernel commandline].
.Kernel Modules .Kernel Modules
//TODO: remove `vfio_virqfd` stuff with eol of pve 7
You have to make sure the following modules are loaded. This can be achieved by You have to make sure the following modules are loaded. This can be achieved by
adding them to `'/etc/modules''. In kernels newer than 6.2 ({pve} 8 and onward) adding them to `'/etc/modules''.
the 'vfio_virqfd' module is part of the 'vfio' module, therefore loading
'vfio_virqfd' in {pve} 8 and newer is not necessary.
---- ----
vfio vfio
vfio_iommu_type1 vfio_iommu_type1
vfio_pci vfio_pci
vfio_virqfd #not needed if on kernel 6.2 or newer
---- ----
[[qm_pci_passthrough_update_initramfs]] [[qm_pci_passthrough_update_initramfs]]