Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BrahmaMantra committed Dec 5, 2024
1 parent a1b0de6 commit c96a970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/arch/x86_64/vm/vmx/exit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ impl VmxExitHandlers {
// if allow_smaller_maxphyaddr && kvm_vcpu_is_illegal_gpa(vcpu, gpa) {
// return kvm_emulate_instruction(vcpu, 0);
// }
kdebug!("EPT violation: error_code={:#x}", error_code);
//kdebug!("EPT violation: error_code={:#x}", error_code);
vcpu.page_fault(vm, gpa, error_code, None, 0)
}
}
Expand Down

0 comments on commit c96a970

Please sign in to comment.