VirtualBox

Changeset 102781 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 8, 2024 9:16:33 AM (13 months ago)
Author:
vboxsync
Message:

VMM/CPUM: bugref:10498 Try re-enable MTRR read/write support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r102693 r102781  
    35453545            bool fEnableMtrrWrite;
    35463546            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 */);
    35483548            AssertRCReturn(rc, rc);
    35493549            if (fEnableMtrrWrite)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette