Changeset 91386 in vbox
- Timestamp:
- Sep 27, 2021 10:33:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r91379 r91386 3764 3764 * Caller needs to be able to distinguish this... */ 3765 3765 3766 #ifdef VBOX_STRICT 3766 3767 uint64_t const fMiscCaps = pVCpu->cpum.GstCtx.hwvirt.vmx.Msrs.u64Misc; 3767 3768 uint32_t const fProcCtls2 = pVCpu->cpum.GstCtx.hwvirt.vmx.Vmcs.u32ProcCtls2; … … 3771 3772 Assert(!(RT_BF_GET(fMiscCaps, VMX_BF_MISC_INTEL_PT))); /* Intel PT not supported. */ 3772 3773 Assert(!(fProcCtls2 & VMX_PROC_CTLS2_MODE_BASED_EPT_PERM)); /* Mode-based execute control not supported. */ 3774 #endif 3773 3775 3774 3776 iemVmxVmcsSetExitGuestPhysAddr(pVCpu, GCPhysAddr);
Note:
See TracChangeset
for help on using the changeset viewer.