]> git.proxmox.com Git - pve-docs.git/commitdiff
pci passthrough: drop iommu.passthrough=1 kernel cmd opt, only for ARM
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 09:21:06 +0000 (10:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 10:16:14 +0000 (11:16 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
qm-pci-passthrough.adoc

index 28bb4fc39dff30b3b8b2ff4e6b1846b5a4e512cb..10f3cf4291372f9a21f314d12c37ad33d7a3df18 100644 (file)
@@ -42,7 +42,6 @@ Configuration
 Once you ensured that your hardware supports passthrough, you will need to do
 some configuration to enable PCI(e) passthrough.
 
-
 .IOMMU
 
 First, the IOMMU support has to be enabled in your BIOS/UEFI. Most often, that
@@ -68,12 +67,6 @@ performance, because then the VMs bypass the (default) DMA translation
 which is normally done by the hypervisor, before handing DMA requests off to
 the hardware IOMMU. You can enable it with adding
 
-----
- iommu.passthrough=1
-----
-
-or
-
 ----
  iommu=pt
 ----