Changeset 87532 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 2, 2021 11:56:56 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87531 r87532 548 548 uint32_t u32Alignment1; 549 549 550 /** Host-physical address for a failing VMXON instruction . */550 /** Host-physical address for a failing VMXON instruction (diagnostics). */ 551 551 RTHCPHYS HCPhysVmxEnableError; 552 552 … … 578 578 uint8_t u8Alignment0[2]; 579 579 580 /* HWCR MSR (for diagnostics)*/580 /** HWCR MSR (for diagnostics). */ 581 581 uint64_t u64MsrHwcr; 582 582 … … 1443 1443 1444 1444 #ifdef IN_RING0 1445 extern bool g_fHmVmxSupported; 1446 extern bool g_fHmSvmSupported; 1445 1447 extern uint32_t g_uHmMaxAsid; 1446 1448
Note:
See TracChangeset
for help on using the changeset viewer.