VirtualBox

Changeset 58436 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 27, 2015 4:16:02 PM (9 years ago)
Author:
vboxsync
Message:

VMM/GIM: Comments.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIM.cpp

    r58393 r58436  
    116116     * Validate the GIM settings.
    117117     */
    118     rc = CFGMR3ValidateConfig(pCfgNode, "/GIM/",
    119                               "Provider"   /* pszValidValues */
     118    rc = CFGMR3ValidateConfig(pCfgNode, "/GIM/", /* pszNode */
     119                              "Provider"         /* pszValidValues */
    120120                              "|Version",
    121                               "HyperV"     /* pszValidNodes */,
    122                               "GIM"        /* pszWho */,
    123                               0            /* uInstance */);
     121                              "HyperV",          /* pszValidNodes */
     122                              "GIM",             /* pszWho */
     123                              0);                /* uInstance */
    124124    if (RT_FAILURE(rc))
    125125        return rc;
  • trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

    r58390 r58436  
    279279
    280280        /* Expose more if we're posing as Microsoft. We can, if needed, force MSR-based Hv
    281            debugging by not exposing these bits while exposing the VS interface.*/
     281           debugging by not exposing these bits while exposing the VS interface. The better
     282           way is what we do currently, via the GIM_HV_DEBUG_OPTIONS_USE_HYPERCALLS bit. */
    282283        if (pHv->fIsVendorMsHv)
    283284        {
Note: See TracChangeset for help on using the changeset viewer.

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