Changeset 94911 in vbox
- Timestamp:
- May 8, 2022 3:46:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r94909 r94911 4566 4566 4567 4567 bool const fNestedPagingAndFullGuestExec = VM_IS_NEM_ENABLED(pVM) 4568 || VM_IS_EXEC_ENGINE_IEM(pVM)4569 4568 || HMAreNestedPagingAndFullGuestExecEnabled(pVM); 4570 4569 int rc = cpumR3CpuIdReadConfig(pVM, &Config, pCpumCfg, fNestedPagingAndFullGuestExec);
Note:
See TracChangeset
for help on using the changeset viewer.