- Timestamp:
- Jan 4, 2019 6:56:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r76639 r76640 503 503 case VMX_VMCS16_GUEST_GS_SEL: 504 504 case VMX_VMCS16_GUEST_LDTR_SEL: 505 case VMX_VMCS16_GUEST_TR_SEL: 505 case VMX_VMCS16_GUEST_TR_SEL: return true; 506 506 case VMX_VMCS16_GUEST_INTR_STATUS: return pFeat->fVmxVirtIntDelivery; 507 507 case VMX_VMCS16_GUEST_PML_INDEX: return pFeat->fVmxPml; … … 8108 8108 /* Finally, cache the new VMCS from guest memory and mark it as the current VMCS. */ 8109 8109 rc = PGMPhysSimpleReadGCPhys(pVCpu->CTX_SUFF(pVM), (void *)pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs), GCPhysVmcs, 8110 8110 sizeof(VMXVVMCS)); 8111 8111 if (RT_FAILURE(rc)) 8112 8112 {
Note:
See TracChangeset
for help on using the changeset viewer.