Changeset 82612 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 18, 2019 10:47:57 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r82576 r82612 944 944 945 945 bool const fLbrVirt = RT_BOOL(pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_LBR_VIRT); 946 bool const fUseLbrVirt = fLbrVirt ; /** @todo CFGM,IEM implementation etc. */946 bool const fUseLbrVirt = fLbrVirt && pVM->hm.s.svm.fLbrVirt; /** @todo IEM implementation etc. */ 947 947 948 948 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM
Note:
See TracChangeset
for help on using the changeset viewer.