VirtualBox

Ignore:
Timestamp:
Jul 28, 2015 11:50:17 AM (9 years ago)
Author:
vboxsync
Message:

VMM: Check AC during ring-0 module and VM init when the host has SMAP enabled.

File:
1 edited

Legend:

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

    r56837 r57109  
    31113111            pVCpu->hm.s.vmx.fRestoreHostFlags |= VMX_RESTORE_HOST_SEL_TR;
    31123112            /* If the host has made GDT read-only, we would need to temporarily toggle CR0.WP before writing the GDT. */
    3113             if (pVM->hm.s.uHostKernelFeatures & SUPKERNELFEATURES_GDT_READ_ONLY)
     3113            if (pVM->hm.s.fHostKernelFeatures & SUPKERNELFEATURES_GDT_READ_ONLY)
    31143114                pVCpu->hm.s.vmx.fRestoreHostFlags |= VMX_RESTORE_HOST_GDT_READ_ONLY;
    31153115            pVCpu->hm.s.vmx.RestoreHost.uHostSelTR = uSelTR;
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