VirtualBox

Changeset 82239 in vbox


Ignore:
Timestamp:
Nov 27, 2019 10:02:14 AM (5 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 LogRel VM-entry/VM-exit failures.

File:
1 edited

Legend:

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

    r82238 r82239  
    147147    do \
    148148    { \
    149         Log(("%s: VM-entry failed! enmDiag=%u (%s) -> %s\n", (a_pszInstr), (a_VmxDiag), \
    150             HMGetVmxDiagDesc(a_VmxDiag), (a_pszFailure))); \
     149        LogRel(("%s: VM-entry failed! enmDiag=%u (%s) -> %s\n", (a_pszInstr), (a_VmxDiag), \
     150               HMGetVmxDiagDesc(a_VmxDiag), (a_pszFailure))); \
    151151        (a_pVCpu)->cpum.GstCtx.hwvirt.vmx.enmDiag = (a_VmxDiag); \
    152152        return VERR_VMX_VMENTRY_FAILED; \
     
    157157    do \
    158158    { \
    159         Log(("VM-exit failed! uExitReason=%u enmDiag=%u (%s) -> %s\n", (a_uExitReason), (a_VmxDiag), \
    160             HMGetVmxDiagDesc(a_VmxDiag), (a_pszFailure))); \
     159        LogRel(("VM-exit failed! uExitReason=%u enmDiag=%u (%s) -> %s\n", (a_uExitReason), (a_VmxDiag), \
     160               HMGetVmxDiagDesc(a_VmxDiag), (a_pszFailure))); \
    161161        (a_pVCpu)->cpum.GstCtx.hwvirt.vmx.enmDiag  = (a_VmxDiag); \
    162162        return VERR_VMX_VMEXIT_FAILED; \
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