VirtualBox

Changeset 67070 in vbox


Ignore:
Timestamp:
May 24, 2017 8:23:23 PM (8 years ago)
Author:
vboxsync
Message:

CPUMR3CpuId.cpp: Enabled AVX2 instructions for VMs with nested paging.

File:
1 edited

Legend:

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

    r66879 r67070  
    38753875     * to VMs with nested paging and AMD-V or unrestricted guest execution mode.
    38763876     */
    3877     rc = cpumR3CpuIdReadIsaExtCfgEx(pVM, pIsaExts, "AVX2", &pConfig->enmAvx2, fNestedPagingAndFullGuestExec && false /* temporarily */,
     3877    rc = cpumR3CpuIdReadIsaExtCfgEx(pVM, pIsaExts, "AVX2", &pConfig->enmAvx2, fNestedPagingAndFullGuestExec /* temporarily */,
    38783878                                    fMayHaveXSave && pConfig->enmXSave && (fXStateHostMask & XSAVE_C_YMM) /*fAllowed*/);
    38793879    AssertLogRelRCReturn(rc, rc);
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