|
@@ -8198,6 +8198,9 @@ static bool nested_vmx_exit_handled(struct kvm_vcpu *vcpu)
|
|
return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES);
|
|
return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES);
|
|
case EXIT_REASON_PREEMPTION_TIMER:
|
|
case EXIT_REASON_PREEMPTION_TIMER:
|
|
return false;
|
|
return false;
|
|
|
|
+ case EXIT_REASON_PML_FULL:
|
|
|
|
+ /* We don't expose PML support to L1. */
|
|
|
|
+ return false;
|
|
default:
|
|
default:
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|