Changeset 102693 in vbox for trunk/src/VBox
- Timestamp:
- Dec 22, 2023 9:00:48 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r102692 r102693 3167 3167 /** 3168 3168 * Inserts variable-range MTRR MSR ranges based on the given count. 3169 * 3169 * 3170 3170 * Since we need to insert the MSRs beyond what the CPU profile has inserted, we 3171 3171 * reinsert the whole range here since the variable-range MTRR MSR read+write … … 3560 3560 * writes. Some guests like GNU/Linux recognize a virtual system when MTRRs are left 3561 3561 * blank but some guests may expect their RAM to be mapped via MTRRs similar to 3562 * real hardware. */ 3562 * real hardware. */ 3563 3563 rc = CFGMR3QueryBoolDef(pCpumCfg, "MtrrRead", &pVM->cpum.s.fMtrrRead, false); 3564 3564 AssertRCReturn(rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.