Changeset 73389 in vbox for trunk/include/iprt
- Timestamp:
- Jul 28, 2018 7:03:03 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124007
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r73291 r73389 1402 1402 /** Allowed settings for proc-based VM execution controls. */ 1403 1403 #define MSR_IA32_VMX_PROCBASED_CTLS 0x482 1404 /** Allowed settings for the VM Xexit controls. */1404 /** Allowed settings for the VM-exit controls. */ 1405 1405 #define MSR_IA32_VMX_EXIT_CTLS 0x483 1406 /** Allowed settings for the VM Xentry controls. */1406 /** Allowed settings for the VM-entry controls. */ 1407 1407 #define MSR_IA32_VMX_ENTRY_CTLS 0x484 1408 1408 /** Misc VMX info. */
Note:
See TracChangeset
for help on using the changeset viewer.