Changeset 91604 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 6, 2021 6:50:49 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147323
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r91586 r91604 4209 4209 else if (!fNestedPagingAndFullGuestExec) 4210 4210 return VMSetError(pVM, VERR_CPUM_INVALID_HWVIRT_CONFIG, RT_SRC_POS, 4211 "Cannot enable nested VT-x/AMD-V without nested-paging and unres ricted guest execution!\n");4211 "Cannot enable nested VT-x/AMD-V without nested-paging and unrestricted guest execution!\n"); 4212 4212 } 4213 4213
Note:
See TracChangeset
for help on using the changeset viewer.