VirtualBox

Changeset 91693 in vbox


Ignore:
Timestamp:
Oct 12, 2021 2:07:19 PM (3 years ago)
Author:
vboxsync
Message:

VMM/hmR3InfoLbr: Don't assert in NEM mode.

File:
1 edited

Legend:

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

    r91358 r91693  
    32983298    if (!HMIsEnabled(pVM))
    32993299        pHlp->pfnPrintf(pHlp, "HM is not enabled for this VM!\n");
    3300 
    3301     if (HMIsVmxActive(pVM))
     3300    else if (HMIsVmxActive(pVM))
    33023301    {
    33033302        if (pVM->hm.s.vmx.fLbrCfg)
     
    33453344        Assert(HMIsSvmActive(pVM));
    33463345        /** @todo SVM: LBRs (get them from VMCB if possible). */
    3347         pHlp->pfnPrintf(pHlp, "SVM LBR not implemented in VM debugger yet\n");
     3346        pHlp->pfnPrintf(pHlp, "SVM LBR not implemented.\n");
    33483347    }
    33493348}
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