VirtualBox

Changeset 58074 in vbox for trunk/src


Ignore:
Timestamp:
Oct 7, 2015 9:26:57 AM (9 years ago)
Author:
vboxsync
Message:

VMM/GIM: Added some release logging for Hyper-V debugging transport initiation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp

    r58014 r58074  
    173173                        && rcHv == GIM_HV_STATUS_SUCCESS)
    174174                    {
     175                        LogRelMax(1, ("GIM: HyperV: Guest initiated debug data reception\n"));
    175176                        rc = gimR3HvHypercallRetrieveDebugData(pVM, GCPhysOut, &rcHv);
    176177                        if (RT_FAILURE(rc))
     
    192193                        && rcHv == GIM_HV_STATUS_SUCCESS)
    193194                    {
     195                        LogRelMax(1, ("GIM: HyperV: Guest initiated debug data transmission\n"));
    194196                        rc = gimR3HvHypercallPostDebugData(pVM, GCPhysOut, &rcHv);
    195197                        if (RT_FAILURE(rc))
     
    232234                        if (!fFlags)
    233235                            rcHv = GIM_HV_STATUS_INVALID_PARAMETER;
     236                        else
     237                            LogRelMax(1, ("GIM: HyperV: Guest resetting debug session\n"));
    234238                    }
    235239                }
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