Changeset 87933 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Mar 3, 2021 10:23:22 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143023
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r87928 r87933 4264 4264 { 4265 4265 /** @todo We could perhaps optimize this by monitoring if the guest modifies its 4266 * MSRPM and only perform this if it changed? */ 4266 * MSRPM and only perform this if it changed also use EVEX.POR when it 4267 * does. */ 4267 4268 hmR0SvmMergeMsrpmNested(pHostCpu, pVCpu); 4268 4269 -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r87882 r87933 10403 10403 Assert(pu64MsrBitmapGst); 10404 10404 10405 /** @todo Detect and use EVEX.POR? */ 10405 10406 uint32_t const cFrags = cbMsrBitmap / sizeof(uint64_t); 10406 10407 for (uint32_t i = 0; i < cFrags; i++)
Note:
See TracChangeset
for help on using the changeset viewer.