Skip to content

Commit 70fa2ea

Browse files
committed
config: Set CONFIG_KVM_INTEL=m and CONFIG_KVM_AMD=m
Since ea4290d77bda ("KVM: x86: leave kvm.ko out of the build if no vendor module is requested") and 9ee62c33c0fe ("KVM: x86: Break CONFIG_KVM_X86's direct dependency on KVM_INTEL || KVM_AMD"), one of these two configs need to be set for kvm.o to be built (since kvm.o is just library code). We need kvm.o for runtime tests. So build both just in case.
1 parent 408c041 commit 70fa2ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/config.x86_64

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ CONFIG_KPROBES=y
8686
CONFIG_KSM=y
8787
CONFIG_KVM=m
8888
CONFIG_KVM_x86=m
89+
CONFIG_KVM_INTEL=m
90+
CONFIG_KVM_AMD=m
8991
CONFIG_LEGACY_VSYSCALL_NONE=y
9092
CONFIG_LOG_BUF_SHIFT=21
9193
CONFIG_LOG_CPU_MAX_BUF_SHIFT=0

0 commit comments

Comments
 (0)