Changeset 89004 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 12, 2021 8:48:33 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144342
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r88879 r89004 1768 1768 InsertConfigNode(pInst, "Config", &pCfg); 1769 1769 InsertConfigInteger(pCfg, "NumCPUs", cCpus); 1770 if (iommuType == IommuType_Intel) 1771 InsertConfigString(pCfg, "ChipType", "DMAR"); 1770 1772 } 1771 1773 }
Note:
See TracChangeset
for help on using the changeset viewer.