Changeset 93947 in vbox for trunk/src/VBox/VMM/include/VMXInternal.h
- Timestamp:
- Feb 25, 2022 5:20:20 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMXInternal.h
r93115 r93947 45 45 /** @addtogroup grp_hm_int_vmx VMX Internal 46 46 * @{ */ 47 /**48 * VMX VMCS information, shared.49 *50 * This structure provides information maintained for and during the executing of a51 * guest (or nested-guest) VMCS (VM control structure) using hardware-assisted VMX.52 *53 * Note! The members here are ordered and aligned based on estimated frequency of54 * usage and grouped to fit within a cache line in hot code paths. Even subtle55 * changes here have a noticeable effect in the bootsector benchmarks. Modify with56 * care.57 */58 59 47 /** 60 48 * VMX per-VCPU transient state.
Note:
See TracChangeset
for help on using the changeset viewer.