Skip to content

Instantly share code, notes, and snippets.

@sameo
sameo / vfio.md
Last active October 11, 2025 07:55

VFIO

Not KVM bound. The VFIO API deconstructs a device into regions, irqs, etc. The userspace application (QEMU, cloud-hypervisor, etc..) is responsible for reconstructing it into a device for e.g. a guest VM to consume.

Boot with intel_iommu=on.

IOMMU groups

Devices are bound together for isolation, IOMMU capabilities and platform topology reasons. It is not configurable.

@f9n
f9n / windows10qemu.md
Last active December 12, 2025 20:11
Running Windows 10 in a UEFI enabled QEMU environment with KVM.