- Timestamp:
- Jul 16, 2019 6:25:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79802 r79803 16918 16918 } 16919 16919 16920 /* Nested paging is currently a requirement, otherwise we would need to handle shadow #PFs . */16920 /* Nested paging is currently a requirement, otherwise we would need to handle shadow #PFs in hmR0VmxExitXcptPF. */ 16921 16921 Assert(pVCpu->CTX_SUFF(pVM)->hm.s.fNestedPaging); 16922 16922 return hmR0VmxExitXcpt(pVCpu, pVmxTransient);
Note:
See TracChangeset
for help on using the changeset viewer.