Changeset 73291 in vbox for trunk/include/iprt
- Timestamp:
- Jul 21, 2018 5:59:45 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123898
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r73248 r73291 1397 1397 1398 1398 /** Basic VMX information. */ 1399 #define MSR_IA32_VMX_BASIC _INFO0x4801400 /** Allowed settings for pin-based VM execution controls */1399 #define MSR_IA32_VMX_BASIC 0x480 1400 /** Allowed settings for pin-based VM execution controls. */ 1401 1401 #define MSR_IA32_VMX_PINBASED_CTLS 0x481 1402 /** Allowed settings for proc-based VM execution controls */1402 /** Allowed settings for proc-based VM execution controls. */ 1403 1403 #define MSR_IA32_VMX_PROCBASED_CTLS 0x482 1404 1404 /** Allowed settings for the VMX exit controls. */ … … 1434 1434 /** Allowed settings for the VM-function controls. */ 1435 1435 #define MSR_IA32_VMX_VMFUNC 0x491 1436 1436 1437 1437 1438 /** DS Save Area (R/W). */
Note:
See TracChangeset
for help on using the changeset viewer.