- Timestamp:
- Apr 5, 2021 6:23:12 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r87968 r88364 1255 1255 if (aIommuType != mHWData->mIommuType) 1256 1256 { 1257 if (aIommuType == IommuType_Intel) 1258 { 1259 #ifndef VBOX_WITH_IOMMU_INTEL 1260 LogRelFunc(("Setting Intel IOMMU when Intel IOMMU support not available!\n")); 1261 return NS_ERROR_UNEXPECTED; 1262 #endif 1263 } 1264 1257 1265 i_setModified(IsModified_MachineData); 1258 1266 mHWData.backup();
Note:
See TracChangeset
for help on using the changeset viewer.