We've supported KVM with 16K pages since commit:

  02e0b7600f835007 ("arm64: kvm: Add support for 16K pages")

... yet the kconfig text says this combination is not supported.

Let's fix that by deleting the misleading text.

Signed-off-by: Mark Rutland <mark.rutl...@arm.com>
Acked-by: Marc Zyngier <marc.zyng...@arm.com>
Cc: Christoffer Dall <christoffer.d...@linaro.org>
Cc: Suzuki K Poulose <suzuki.poul...@arm.com>
Cc: kvmarm@lists.cs.columbia.edu
---
 arch/arm64/kvm/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig
index 52cb7ad..6e4e461 100644
--- a/arch/arm64/kvm/Kconfig
+++ b/arch/arm64/kvm/Kconfig
@@ -37,8 +37,6 @@ config KVM
        select HAVE_KVM_IRQ_ROUTING
        ---help---
          Support hosting virtualized guest machines.
-         We don't support KVM with 16K page tables yet, due to the multiple
-         levels of fake page tables.
 
          If unsure, say N.
 
-- 
1.9.1

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

Reply via email to