VirtualBox

Changeset 77589 in vbox for trunk/src


Ignore:
Timestamp:
Mar 6, 2019 8:51:53 PM (6 years ago)
Author:
vboxsync
Message:

HMAll: Log HmCanExecuteGuest() results.

File:
1 edited

Legend:

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

    r76993 r77589  
    345345    }
    346346
    347     return HMCanExecuteVmxGuest(pVCpu, pCtx);
     347    bool rc = HMCanExecuteVmxGuest(pVCpu, pCtx);
     348    LogFlowFunc(("returning %RTbool\n", rc));
     349    return rc;
    348350}
    349351
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