Changeset 72211 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 15, 2018 4:43:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72208 r72211 4389 4389 if (!pSvmTransient->fIsNestedGuest) 4390 4390 pbMsrBitmap = (uint8_t *)pVCpu->hm.s.svm.pvMsrBitmap; 4391 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM 4391 4392 else 4392 4393 { … … 4397 4398 pbMsrBitmap = (uint8_t *)pHostCpu->n.svm.pvNstGstMsrpm; 4398 4399 } 4400 #endif 4399 4401 4400 4402 ASMAtomicWriteBool(&pVCpu->hm.s.fCheckedTLBFlush, true); /* Used for TLB flushing, set this across the world switch. */
Note:
See TracChangeset
for help on using the changeset viewer.