VirtualBox

Changeset 88345 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Apr 1, 2021 1:12:28 PM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 Main, VBoxManage: Handle Intel IOMMU in places where it's missing. Without VBOX_WITH_IOMMU_INTEL define, it's considered not implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r87241 r88345  
    46224622                else if (strIommuType == "AMD")
    46234623                    hw.iommuType = IommuType_AMD;
     4624                else if (strIommuType == "Intel")
     4625                    hw.iommuType = IommuType_Intel;
    46244626                else
    46254627                    throw ConfigFileError(this,
     
    61296131            case IommuType_Automatic:    pcszIommuType = "Automatic";   break;
    61306132            case IommuType_AMD:          pcszIommuType = "AMD";         break;
     6133            case IommuType_Intel:        pcszIommuType = "Intel";       break;
    61316134            default:     Assert(false);  pcszIommuType = "None";        break;
    61326135        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette