VirtualBox

Changeset 70528 in vbox for trunk/src


Ignore:
Timestamp:
Jan 11, 2018 7:15:34 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Temporarily back out r120196 (needs other local commit to work which is under testing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r70527 r70528  
    41424142        if (pVM->cpum.ro.HostFeatures.fXSaveRstor)
    41434143            u32CR4Mask |= X86_CR4_OSXSAVE;
     4144#if 0
    41444145        if (pVM->cpum.ro.GuestFeatures.fPcid)
    41454146            u32CR4Mask |= X86_CR4_PCIDE;
     4147#endif
    41464148        pVCpu->hm.s.vmx.u32CR4Mask = u32CR4Mask;
    41474149        rc = VMXWriteVmcs32(VMX_VMCS_CTRL_CR4_MASK, u32CR4Mask);
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