From 8d0e12b1d1a187b9567ffb0ec5aad15d8848475d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 26 Sep 2023 10:15:17 +0200 Subject: [PATCH] resources: Add CONFIG_KVM_AMD=y to x86 config This is required for test_vfio to run on AMD. Signed-off-by: Anatol Belski --- resources/linux-config-x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux-config-x86_64 b/resources/linux-config-x86_64 index fe2fa93b8..bbd3c192e 100644 --- a/resources/linux-config-x86_64 +++ b/resources/linux-config-x86_64 @@ -639,7 +639,7 @@ CONFIG_VIRTUALIZATION=y CONFIG_KVM=y # CONFIG_KVM_WERROR is not set CONFIG_KVM_INTEL=y -# CONFIG_KVM_AMD is not set +CONFIG_KVM_AMD=y CONFIG_KVM_SMM=y # CONFIG_KVM_XEN is not set CONFIG_AS_AVX512=y