Changeset 108746 in vbox
- Timestamp:
- Mar 26, 2025 7:46:17 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r108742 r108746 532 532 InsertConfigInteger(pCfg, "RedistributorMmioBase", GCPhysIntcReDist); 533 533 if (fGicIts == TRUE) 534 { 534 535 InsertConfigInteger(pCfg, "ItsMmioBase", GCPhysIntcIts); 536 InsertConfigInteger(pCfg, "Lpi", 1); 537 } 535 538 536 539 vrc = RTFdtNodeAddF(hFdt, "intc@%RGp", GCPhysIntcDist); VRC();
Note:
See TracChangeset
for help on using the changeset viewer.