Changeset 86284 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 25, 2020 7:17:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r86115 r86284 3273 3273 { 3274 3274 uint32_t u32IommuAddress = (Address.miDevice << 16) | Address.miFn; 3275 InsertConfigInteger(pCfg, "IommuAmdEnabled", true); 3275 3276 InsertConfigInteger(pCfg, "IommuAmdPciAddress", u32IommuAddress); 3276 3277 if (pBusMgr->findPCIAddress("sb-ioapic", 0, Address))
Note:
See TracChangeset
for help on using the changeset viewer.