VirtualBox

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


Ignore:
Timestamp:
Feb 2, 2021 3:03:56 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142564
Message:

VMM/HMSVM: Eliminated HMR0PERVM::svm::fFeatures and made the ring-0 code use g_fHmSvmFeatures instead. bugref:9217

File:
1 edited

Legend:

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

    r87536 r87538  
    689689        bool                        fAlwaysFlushTLB;
    690690        bool                        afAlignment0[3];
    691         /** SVM feature bits from cpuid 0x8000000a, safe ring-0 copy. */
    692         uint32_t                    fFeatures;
    693691    } svm;
    694692} HMR0PERVM;
     
    14521450extern bool             g_fHmSvmSupported;
    14531451extern uint32_t         g_uHmSvmRev;
    1454 extern uint32_t         g_uHmSvmFeatures;
     1452extern uint32_t         g_fHmSvmFeatures;
    14551453
    14561454extern SUPHWVIRTMSRS    g_HmMsrs;
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