From 9b67bc5fe5e44d2fbfc9f9401ca46d1a4b877a7b Mon Sep 17 00:00:00 2001 From: Daniel Farina Date: Wed, 17 Jan 2024 00:10:15 -0800 Subject: [PATCH] docs: update kernel pre-requisite information for iommu Linux 5.14 merged x86 support. See https://lore.kernel.org/lkml/YN7IDbKZFQnYFCNq@8bytes.org/ Signed-off-by: Daniel Farina --- docs/iommu.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/iommu.md b/docs/iommu.md index 62c04ad24..6f03cabdf 100644 --- a/docs/iommu.md +++ b/docs/iommu.md @@ -60,10 +60,7 @@ implement a full emulation of a physical IOMMU. ### Kernel -Since virtio-iommu has landed partially into the version 5.3 of the Linux -kernel, a special branch is needed to get things working with Cloud Hypervisor. -By partially, we are talking about x86 specifically, as it is already fully -functional for ARM architectures. +As of Kernel 5.14, virtio-iommu is available for both X86-64 and Aarch64. ## Usage