Changeset 77563 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Mar 5, 2019 5:47:43 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129168
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r77493 r77563 782 782 #endif 783 783 784 /** Cache of guest VMCS control fields. */ 785 VMXVMCSCTLSCACHE GstCtls; 786 /** Cache of nested-guest VMCS control fields. */ 787 VMXVMCSCTLSCACHE NstGstCtls; 784 /** Cache of the executing guest (or nested-guest) VMCS control fields. */ 785 VMXVMCSCTLSCACHE Ctls; 786 /** Cache of guest (level 1) VMCS control fields when executing a nested-guest 787 * (level 2). */ 788 VMXVMCSCTLSCACHE Level1Ctls; 788 789 789 790 /** Physical address of the VM control structure (VMCS). */
Note:
See TracChangeset
for help on using the changeset viewer.