VirtualBox

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


Ignore:
Timestamp:
Feb 2, 2021 5:33:49 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142573
Message:

VMM/HMVMX: Moved fUnrestrictedGuest member from HM::vmx to HMR0PERVM::vmx. bugref:9217

File:
1 edited

Legend:

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

    r87546 r87547  
    487487    struct
    488488    {
    489         /** Set by the ring-0 side of HM to indicate VMX is supported by the
    490          *  CPU. */
     489        /** Set by the ring-0 side of HM to indicate VMX is supported by the CPU. */
    491490        bool                        fSupported;
    492491        /** Set when we've enabled VMX. */
     
    498497        /** Set if unrestricted guest execution is in use (real and protected mode
    499498         *  without paging). */
    500         bool                        fUnrestrictedGuest;
     499        bool                        fUnrestrictedGuestCfg;
    501500        /** Set if the preemption timer is in use or not. */
    502501        bool                        fUsePreemptTimer;
     
    644643    struct HMR0VMXVM
    645644    {
     645        /** Set if unrestricted guest execution is in use (real and protected mode
     646         *  without paging). */
     647        bool                        fUnrestrictedGuest;
     648        bool                        afAlignment1[2];
    646649        /** Set if VPID is supported (copy in HM::vmx::fVpidForRing3). */
    647650        bool                        fVpid;
    648         bool                        afAlignment1[3];
    649 
    650651        /** Tagged-TLB flush type. */
    651652        VMXTLBFLUSHTYPE             enmTlbFlushType;
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