Changeset 88345 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Apr 1, 2021 1:12:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r87241 r88345 4622 4622 else if (strIommuType == "AMD") 4623 4623 hw.iommuType = IommuType_AMD; 4624 else if (strIommuType == "Intel") 4625 hw.iommuType = IommuType_Intel; 4624 4626 else 4625 4627 throw ConfigFileError(this, … … 6129 6131 case IommuType_Automatic: pcszIommuType = "Automatic"; break; 6130 6132 case IommuType_AMD: pcszIommuType = "AMD"; break; 6133 case IommuType_Intel: pcszIommuType = "Intel"; break; 6131 6134 default: Assert(false); pcszIommuType = "None"; break; 6132 6135 }
Note:
See TracChangeset
for help on using the changeset viewer.