mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-03 01:17:49 +03:00
pci-passthrough: reword iommu since it is now always enabled by default
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
816ee5434a
commit
4d318fb1cd
@ -63,19 +63,19 @@ some configuration to enable PCI(e) passthrough.
|
||||
|
||||
.IOMMU
|
||||
|
||||
First, you will have to enable IOMMU support in your BIOS/UEFI. Usually the
|
||||
You will have to enable IOMMU support in your BIOS/UEFI. Usually the
|
||||
corresponding setting is called `IOMMU` or `VT-d`, but you should find the exact
|
||||
option name in the manual of your motherboard.
|
||||
|
||||
For Intel CPUs, you also need to enable the IOMMU on the
|
||||
xref:sysboot_edit_kernel_cmdline[kernel command line] kernels by adding:
|
||||
With AMD CPUs IOMMU is enabled by default. With recent kernels (6.8 or newer),
|
||||
this is also true for Intel CPUs. On older kernels, it is necessary to enable
|
||||
it on Intel CPUs via the
|
||||
xref:sysboot_edit_kernel_cmdline[kernel command line] by adding:
|
||||
|
||||
----
|
||||
intel_iommu=on
|
||||
----
|
||||
|
||||
For AMD CPUs it should be enabled automatically.
|
||||
|
||||
.IOMMU Passthrough Mode
|
||||
|
||||
If your hardware supports IOMMU passthrough mode, enabling this mode might
|
||||
|
Loading…
Reference in New Issue
Block a user