Changeset 87933 in vbox
- Timestamp:
- Mar 3, 2021 10:23:22 AM (4 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 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++) -
trunk/src/VBox/VMM/include/HMInternal.h
r87754 r87933 1485 1485 1486 1486 /** @name HM_WSF_XXX - @bugref{9453}, @bugref{9087} 1487 * @note If you change these values don't forget to update the assembly 1488 * defines as well! 1487 1489 * @{ */ 1488 1490 /** Touch IA32_PRED_CMD.IBPB on VM exit. */
Note:
See TracChangeset
for help on using the changeset viewer.