Changeset 48216 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- Aug 31, 2013 6:47:14 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r48213 r48216 360 360 361 361 /** VMX MSR values */ 362 struct 363 { 364 uint64_t u64FeatureCtrl; 365 uint64_t u64BasicInfo; 366 VMX_CAPABILITY VmxPinCtls; 367 VMX_CAPABILITY VmxProcCtls; 368 VMX_CAPABILITY VmxProcCtls2; 369 VMX_CAPABILITY VmxExit; 370 VMX_CAPABILITY VmxEntry; 371 uint64_t u64Misc; 372 uint64_t u64Cr0Fixed0; 373 uint64_t u64Cr0Fixed1; 374 uint64_t u64Cr4Fixed0; 375 uint64_t u64Cr4Fixed1; 376 uint64_t u64VmcsEnum; 377 uint64_t u64Vmfunc; 378 uint64_t u64EptVpidCaps; 379 } msr; 362 VMXMSRS Msrs; 380 363 381 364 /** Flush types for invept & invvpid; they depend on capabilities. */
Note:
See TracChangeset
for help on using the changeset viewer.