Changeset 102781 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 8, 2024 9:16:33 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r102693 r102781 3545 3545 bool fEnableMtrrWrite; 3546 3546 rc = CFGMR3QueryBoolDef(pCpumCfg, "MtrrWrite", &fEnableMtrrWrite, 3547 false /** @todo true - 2023-12-12 bird: does not work yet, so disabled it */);3547 true /** @todo true - 2023-12-12 bird: does not work yet, so disabled it */); 3548 3548 AssertRCReturn(rc, rc); 3549 3549 if (fEnableMtrrWrite)
Note:
See TracChangeset
for help on using the changeset viewer.