You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments