mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
align the coding style when access VMEXIT_QUAL
- align coding style to avoid redundant operations when operating on reading VMX_EXIT_QUALIFICATION Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -414,7 +414,7 @@ int ept_violation_handler(struct vcpu *vcpu)
|
||||
uint64_t gpa;
|
||||
|
||||
/* Handle page fault from guest */
|
||||
exit_qual = exec_vmread(VMX_EXIT_QUALIFICATION);
|
||||
exit_qual = vcpu->arch_vcpu.exit_qualification;
|
||||
|
||||
memset(&vcpu->req, 0, sizeof(struct vhm_request));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user