Changeset 91693 in vbox
- Timestamp:
- Oct 12, 2021 2:07:19 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r91358 r91693 3298 3298 if (!HMIsEnabled(pVM)) 3299 3299 pHlp->pfnPrintf(pHlp, "HM is not enabled for this VM!\n"); 3300 3301 if (HMIsVmxActive(pVM)) 3300 else if (HMIsVmxActive(pVM)) 3302 3301 { 3303 3302 if (pVM->hm.s.vmx.fLbrCfg) … … 3345 3344 Assert(HMIsSvmActive(pVM)); 3346 3345 /** @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"); 3348 3347 } 3349 3348 }
Note:
See TracChangeset
for help on using the changeset viewer.

