VirtualBox

Changeset 77563 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Mar 5, 2019 5:47:43 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129168
Message:

VMM/HM: Nested VMX: bugref:9180 Rename GstCtls as Ctls for upcoming changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r77493 r77563  
    782782#endif
    783783
    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;
    788789
    789790            /** Physical address of the VM control structure (VMCS). */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette