Changeset 87523 in vbox for trunk/src/VBox/VMM/VMMR3/CPUM.cpp
- Timestamp:
- Feb 1, 2021 10:51:13 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r87349 r87523 2089 2089 return rc; 2090 2090 } 2091 else 2092 { 2093 LogRel(("CPUM: Querying hardware-virtualization capability succeeded but did not find VT-x or AMD-V\n")); 2094 return VERR_INTERNAL_ERROR_5; 2095 } 2096 } 2097 else 2098 LogRel(("CPUM: No hardware-virtualization capability detected\n")); 2099 2091 2092 LogRel(("CPUM: Querying hardware-virtualization capability succeeded but did not find VT-x or AMD-V\n")); 2093 return VERR_INTERNAL_ERROR_5; 2094 } 2095 LogRel(("CPUM: No hardware-virtualization capability detected\n")); 2100 2096 return VINF_SUCCESS; 2101 2097 }
Note:
See TracChangeset
for help on using the changeset viewer.