On Thu, Oct 31, 2024 at 04:39:25PM +0100, Amit Shah wrote: > @@ -3559,6 +3582,27 @@ static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) > > trace_kvm_nested_vmexit(vcpu, KVM_ISA_SVM); > > + if (boot_cpu_has(X86_FEATURE_ERAPS) > + && vmcb_is_larger_rap(svm->vmcb01.ptr)) { ^ This should be at the end of previous line.