VirtualBox

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


Ignore:
Timestamp:
Feb 3, 2021 11:07:24 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142584
Message:

VMM/HMVMX: Moved fUseVmcsShadowing from HM::vmxUse to HMR0PERVM::vmx. bugref:9217

File:
1 edited

Legend:

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

    r87556 r87557  
    520520        bool                        fSupportsVmcsEferForRing3;
    521521        /** Whether to use VMCS shadowing. */
    522         bool                        fUseVmcsShadowing;
     522        bool                        fUseVmcsShadowingForRing3;
    523523        /** Set if Last Branch Record (LBR) is enabled. */
    524524        bool                        fLbr;
     
    647647        /** Set if the preemption timer is in use. */
    648648        bool                        fUsePreemptTimer;
    649         bool                        afAlignment1[2];
     649        /** Whether to use VMCS shadowing. */
     650        bool                        fUseVmcsShadowing;
     651        bool                        afAlignment1[1];
    650652        /** Set if VPID is supported (copy in HM::vmx::fVpidForRing3). */
    651653        bool                        fVpid;
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