Changeset 97317 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Oct 27, 2022 11:29:00 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r97286 r97317 1402 1402 uint32_t fVmxSavePreemptTimer : 1; 1403 1403 /** VMX: Supports secondary VM-exit controls. */ 1404 uint32_t fVmx ExitCtls2: 1;1404 uint32_t fVmxSecondaryExitCtls : 1; 1405 1405 /** @} */ 1406 1406
Note:
See TracChangeset
for help on using the changeset viewer.