VirtualBox

Changeset 89004 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 12, 2021 8:48:33 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144342
Message:

Intel IOMMU: bugref:9967 ConsoleImpl2: When an Intel IOMMU is present, the I/O APIC chipset type must be compatible with the DMAR to allow the guest to program RTEs and generate MSIs that are capable of being remapped.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r88879 r89004  
    17681768                InsertConfigNode(pInst,    "Config", &pCfg);
    17691769                InsertConfigInteger(pCfg,  "NumCPUs", cCpus);
     1770                if (iommuType == IommuType_Intel)
     1771                    InsertConfigString(pCfg, "ChipType", "DMAR");
    17701772            }
    17711773        }
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