Changeset 69975 in vbox
- Timestamp:
- Dec 7, 2017 11:39:37 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69974 r69975 5167 5167 { 5168 5168 /* We don't yet support nested-paging for nested-guests, so this should never really happen. */ 5169 Assert(pVmcbNstGstCtrl->NestedPaging.n.u1NestedPaging);5170 5169 return hmR0SvmExitUnexpected(pVCpu, pCtx, pSvmTransient); 5171 5170 }
Note:
See TracChangeset
for help on using the changeset viewer.