Changeset 104386 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 20, 2024 7:05:54 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r103085 r104386 413 413 hrc = pResMgr->assignMmioRegion("gic", _64K, &GCPhysIntcDist, &cbMmioIntcDist); H(); 414 414 415 #ifndef RT_OS_LINUX 415 416 InsertConfigNode(pDevices, "gic", &pDev); 417 #else 418 /* On Linux we default to the KVM in-kernel GIC for now. */ 419 InsertConfigNode(pDevices, "gic-kvm", &pDev); 420 #endif 416 421 InsertConfigNode(pDev, "0", &pInst); 417 422 InsertConfigInteger(pInst, "Trusted", 1);
Note:
See TracChangeset
for help on using the changeset viewer.