VirtualBox

Changeset 85803 in vbox


Ignore:
Timestamp:
Aug 18, 2020 6:45:32 AM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9618 Populate CFGM for virtualized VMSAVE/VMLOAD (only matters if user wants to manually disable it, as it's enabled by default anyway).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r85537 r85803  
    11501150        hrc = pMachine->GetHWVirtExProperty(HWVirtExPropertyType_UnrestrictedExecution, &fEnableUX); H();
    11511151        InsertConfigInteger(pHM, "EnableUX", fEnableUX);
     1152
     1153        /* Virtualized VMSAVE/VMLOAD (AMD-V) */
     1154        BOOL fVirtVmsaveVmload = true;
     1155        hrc = host->GetProcessorFeature(ProcessorFeature_VirtVmsaveVmload, &fVirtVmsaveVmload);     H();
     1156        InsertConfigInteger(pHM, "SvmVirtVmsaveVmload", fVirtVmsaveVmload);
    11521157
    11531158        /* Indirect branch prediction boundraries. */
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