Changeset 91355 in vbox
- Timestamp:
- Sep 24, 2021 7:42:22 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r91354 r91355 1452 1452 * when INVVPID instruction is supported just to be more compatible with guest 1453 1453 * hypervisors that may make assumptions by only looking at this MSR even though they 1454 * are technically supposed to refer to bit 37 of MSR_IA32_VMX_PROC_CTLS2first.1454 * are technically supposed to refer to VMX_PROC_CTLS2_VPID first. 1455 1455 * 1456 1456 * See Intel spec. 25.1.2 "Instructions That Cause VM Exits Unconditionally". … … 1677 1677 EmuFeat.fVmxRdtscp = 1; 1678 1678 EmuFeat.fVmxVirtX2ApicMode = 0; 1679 EmuFeat.fVmxVpid = EmuFeat.fVmxEpt;1679 EmuFeat.fVmxVpid = 0; 1680 1680 EmuFeat.fVmxWbinvdExit = 1; 1681 1681 EmuFeat.fVmxUnrestrictedGuest = pVM->cpum.s.fNestedVmxUnrestrictedGuest;
Note:
See TracChangeset
for help on using the changeset viewer.