- Timestamp:
- Jan 4, 2019 6:27:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r76553 r76629 1224 1224 VMXFEATDUMP("ExitSaveEferLma - Save EFER.LMA on VM-exit ", fVmxExitSaveEferLma); 1225 1225 VMXFEATDUMP("IntelPt - Intel PT (Processor Trace) in VMX operation ", fVmxIntelPt); 1226 VMXFEATDUMP("VmwriteAll - Inject softint. with 0-len instr.", fVmxVmwriteAll);1226 VMXFEATDUMP("VmwriteAll - Write allowed to read-only VMCS fields ", fVmxVmwriteAll); 1227 1227 VMXFEATDUMP("EntryInjectSoftInt - Inject softint. with 0-len instr. ", fVmxEntryInjectSoftInt); 1228 1228 #undef VMXFEATDUMP
Note:
See TracChangeset
for help on using the changeset viewer.