Top "Iommu" questions

IOMMU is a memory management unit that connects a direct memory access-capable I/O bus to the main memory.

check for IOMMU support on linux

I'd like to verify on any given Linux machine if PCI passthrough is supported. After a bit of googling, I …

linux pci iommu
intel_iommu , what is it?

One of my customers had a problem with a Xeon E5 machine: they were having one gpu (I believe it …

intel iommu
Check if VT-D / IOMMU has been enabled in the BIOS/UEFI

To check if Intel's VT-X or AMD's AMD-V is enabled in the BIOS/UEFI, I use: if systool -m kvm_…

linux bash virtual-machine kvm iommu
Find the devices of an iommu group

I am using the IOMMU API for linux and I would like to get a specific device that belongs to …

iommu