Changeset 79086 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 11, 2019 10:48:43 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79085 r79086 1409 1409 rc = hmR0VmxPageAllocZ(&pVmcsInfo->hMemObjMsrBitmap, &pVmcsInfo->pvMsrBitmap, &pVmcsInfo->HCPhysMsrBitmap); 1410 1410 if ( RT_SUCCESS(rc) 1411 && fIsNstGstVmcs)1411 && !fIsNstGstVmcs) 1412 1412 ASMMemFill32(pVmcsInfo->pvMsrBitmap, X86_PAGE_4K_SIZE, UINT32_C(0xffffffff)); 1413 1413 }
Note:
See TracChangeset
for help on using the changeset viewer.