VirtualBox

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


Ignore:
Timestamp:
Dec 12, 2023 2:59:05 PM (14 months ago)
Author:
vboxsync
Message:

VMM/CPUM: Disabled MTRR read/write stuff as grub seems to guru with a standard debian 9 VM on my host. bugref:10498

File:
1 edited

Legend:

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

    r102523 r102588  
    32873287            /* Check if MTRR read+write support is enabled. */
    32883288            bool fEnableMtrrWrite;
    3289             rc = CFGMR3QueryBoolDef(pCpumCfg, "MTRRWrite", &fEnableMtrrWrite, true);
     3289            rc = CFGMR3QueryBoolDef(pCpumCfg, "MTRRWrite", &fEnableMtrrWrite,
     3290                                    false /** @todo true - 2023-12-12 bird: does not work yet, so disabled it */);
    32903291            AssertRCReturn(rc, rc);
    32913292            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