VirtualBox

Changeset 34184 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 18, 2010 9:19:11 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67919
Message:

doc adj.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r33540 r34184  
    321321    struct
    322322    {
    323         /** Set by the ring-0 driver to indicate VMX is supported by the CPU. */
     323        /** Set by the ring-0 side of HWACCM to indicate VMX is supported by the
     324         *  CPU. */
    324325        bool                        fSupported;
    325326
     
    420421    struct
    421422    {
    422         /** Set by the ring-0 driver to indicate SVM is supported by the CPU. */
     423        /** Set by the ring-0 side of HWACCM to indicate SVM is supported by the
     424         *  CPU. */
    423425        bool                        fSupported;
    424426        /** Set when we've enabled SVM. */
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r33545 r34184  
    7777    struct
    7878    {
    79         /** Set by the ring-0 driver to indicate VMX is supported by the CPU. */
     79        /** Set to by us to indicate VMX is supported by the CPU. */
    8080        bool                        fSupported;
    8181        /** Whether we're using SUPR0EnableVTx or not. */
     
    124124        uint32_t                    u32Features;
    125125
    126         /** Set by the ring-0 driver to indicate SVM is supported by the CPU. */
     126        /** Set by us to indicate SVM is supported by the CPU. */
    127127        bool                        fSupported;
    128128    } svm;
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