Changeset 87552 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 3, 2021 10:41:38 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142579
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87550 r87552 511 511 uint32_t cPleWindowTicks; 512 512 513 /** Host CR4 value (set by ring-0 VMX init )*/513 /** Host CR4 value (set by ring-0 VMX init, for logging). */ 514 514 uint64_t u64HostCr4; 515 /** Host SMM monitor control (set by ring-0 VMX init )*/515 /** Host SMM monitor control (set by ring-0 VMX init, for logging). */ 516 516 uint64_t u64HostSmmMonitorCtl; 517 /** Host EFER value (set by ring-0 VMX init )*/517 /** Host EFER value (set by ring-0 VMX init, for logging and guest NX). */ 518 518 uint64_t u64HostMsrEfer; 519 519 /** Whether the CPU supports VMCS fields for swapping EFER. */
Note:
See TracChangeset
for help on using the changeset viewer.