VirtualBox

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


Ignore:
Timestamp:
Sep 24, 2021 9:07:15 AM (3 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:10092 Disable VPID for now.

File:
1 edited

Legend:

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

    r91355 r91356  
    16771677    EmuFeat.fVmxRdtscp                = 1;
    16781678    EmuFeat.fVmxVirtX2ApicMode        = 0;
    1679     EmuFeat.fVmxVpid                  = 0;
     1679    EmuFeat.fVmxVpid                  = 0;  /** @todo Consider enabling this when EPT works. */
    16801680    EmuFeat.fVmxWbinvdExit            = 1;
    16811681    EmuFeat.fVmxUnrestrictedGuest     = pVM->cpum.s.fNestedVmxUnrestrictedGuest;
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