We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ad160 commit 6d1b867Copy full SHA for 6d1b867
arch/x86/kvm/svm/svm.c
@@ -1898,7 +1898,7 @@ static void svm_set_dr7(struct kvm_vcpu *vcpu, unsigned long value)
1898
1899
static int pf_interception(struct vcpu_svm *svm)
1900
{
1901
- u64 fault_address = __sme_clr(svm->vmcb->control.exit_info_2);
+ u64 fault_address = svm->vmcb->control.exit_info_2;
1902
u64 error_code = svm->vmcb->control.exit_info_1;
1903
1904
return kvm_handle_page_fault(&svm->vcpu, error_code, fault_address,
0 commit comments