Changeset 98522 in vbox
- Timestamp:
- Feb 10, 2023 9:13:31 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155791
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp
r98521 r98522 6341 6341 static int iemVmxVmentryCheckCtls(PVMCPUCC pVCpu, const char *pszInstr) RT_NOEXCEPT 6342 6342 { 6343 PVMXVVMCS constpVmcs = &pVCpu->cpum.GstCtx.hwvirt.vmx.Vmcs;6343 PVMXVVMCS pVmcs = &pVCpu->cpum.GstCtx.hwvirt.vmx.Vmcs; 6344 6344 const char * const pszFailure = "VMFail"; 6345 6345 bool const fVmxTrueMsrs = RT_BOOL(pVCpu->cpum.GstCtx.hwvirt.vmx.Msrs.u64Basic & VMX_BF_BASIC_TRUE_CTLS_MASK);
Note:
See TracChangeset
for help on using the changeset viewer.