VirtualBox

Changeset 100991 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 29, 2023 9:05:32 AM (17 months ago)
Author:
vboxsync
Message:

VMM: bugref:10498 bugref:10318 Report WC bit as well in the MTRR capability.

File:
1 edited

Legend:

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

    r100935 r100991  
    32693269                uint8_t const  cGuestVarRangeRegs = RT_MIN(cHostVarRangeRegs, CPUMCTX_MAX_MTRRVAR_COUNT);
    32703270                uint64_t const uGstMtrrCap        = cGuestVarRangeRegs
    3271                                                   | MSR_IA32_MTRR_CAP_FIX;
     3271                                                  | MSR_IA32_MTRR_CAP_FIX
     3272                                                  | MSR_IA32_MTRR_CAP_WC;
    32723273                for (VMCPUID idCpu = 0; idCpu < pVM->cCpus; idCpu++)
    32733274                {
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