summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-03-26 17:39:01 +0000
committerRobert Marko2024-04-04 06:56:10 +0000
commit667baaf1d936160c40130ce2950c85908e5d676e (patch)
tree7aa28db10e72d409568c367ae89f067929916ed2
parent69b145188f1a3b203856b1f659b4cda6f52ff891 (diff)
downloadopenwrt-667baaf1d936160c40130ce2950c85908e5d676e.tar.gz
x86: 6.6: enable System Management Mode emulation on KVM
Include the CONFIG_KVM_SMM option in the kvm-x86 package to enable system management mode emulation on KVM. Co-authored-by: Stefan Hellermann <stefan@the2masters.de> Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
-rw-r--r--package/kernel/linux/modules/virt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/virt.mk b/package/kernel/linux/modules/virt.mk
index a408ac9b14..4a879f240e 100644
--- a/package/kernel/linux/modules/virt.mk
+++ b/package/kernel/linux/modules/virt.mk
@@ -22,6 +22,7 @@ define KernelPackage/kvm-x86
KCONFIG:=\
CONFIG_KVM \
CONFIG_KVM_MMU_AUDIT=n \
+ CONFIG_KVM_SMM=y@ge6.6 \
CONFIG_VIRTUALIZATION=y
FILES:= $(LINUX_DIR)/arch/$(LINUX_KARCH)/kvm/kvm.ko
AUTOLOAD:=$(call AutoProbe,kvm.ko)