Changeset 68910 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 28, 2017 3:44:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r68434 r68910 358 358 pVmcbNstGstCtrl->u64InterceptCtrl = pNstGstVmcbCache->u64InterceptCtrl; 359 359 pVmcbNstGstState->u64CR3 = pNstGstVmcbCache->u64CR3; 360 pVmcbNstGstState->u64CR4 = pNstGstVmcbCache->u64CR4; 360 361 pVmcbNstGstCtrl->u64VmcbCleanBits = pNstGstVmcbCache->u64VmcbCleanBits; 361 362 pVmcbNstGstCtrl->u64IOPMPhysAddr = pNstGstVmcbCache->u64IOPMPhysAddr; … … 363 364 pVmcbNstGstCtrl->IntCtrl.n.u1VIntrMasking = pNstGstVmcbCache->fVIntrMasking; 364 365 pVmcbNstGstCtrl->TLBCtrl = pNstGstVmcbCache->TLBCtrl; 366 pVmcbNstGstCtrl->NestedPaging = pNstGstVmcbCache->NestedPagingCtrl; 365 367 pNstGstVmcbCache->fValid = false; 366 368 } 367 pNstGstVmcbCache->fVmrunEmulatedInR0 = false;368 369 } 369 370 #endif
Note:
See TracChangeset
for help on using the changeset viewer.