Skip to content

Commit

Permalink
x86: 6.6: enable System Management Mode emulation on KVM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
namiltd and the2masters committed Apr 2, 2024
1 parent 3180032 commit 5b027a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/kernel/linux/modules/virt.mk
Expand Up @@ -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)
Expand Down

0 comments on commit 5b027a6

Please sign in to comment.