|
@@ -8848,6 +8848,10 @@ static int vmx_check_intercept(struct kvm_vcpu *vcpu,
|
|
|
return X86EMUL_CONTINUE;
|
|
|
}
|
|
|
|
|
|
+void vmx_sched_in(struct kvm_vcpu *vcpu, int cpu)
|
|
|
+{
|
|
|
+}
|
|
|
+
|
|
|
static struct kvm_x86_ops vmx_x86_ops = {
|
|
|
.cpu_has_kvm_support = cpu_has_kvm_support,
|
|
|
.disabled_by_bios = vmx_disabled_by_bios,
|
|
@@ -8952,6 +8956,8 @@ static struct kvm_x86_ops vmx_x86_ops = {
|
|
|
.mpx_supported = vmx_mpx_supported,
|
|
|
|
|
|
.check_nested_events = vmx_check_nested_events,
|
|
|
+
|
|
|
+ .sched_in = vmx_sched_in,
|
|
|
};
|
|
|
|
|
|
static int __init vmx_init(void)
|