- Timestamp:
- Apr 2, 2025 5:35:55 AM (13 days ago)
- svn:sync-xref-src-repo-rev:
- 168267
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r108752 r108821 62 62 #include <VBox/vmm/vmapi.h> 63 63 #include <VBox/err.h> 64 #include <VBox/gic.h> 64 65 #include <VBox/param.h> 65 66 #include <VBox/version.h> … … 429 430 InsertConfigInteger(pCpum, "NestedHWVirt", fNestedHWVirt ? true : false); 430 431 432 /* GIC. */ 433 uint8_t const uGicArchRev = GIC_DIST_REG_PIDR2_ARCHREV_GICV3; 434 InsertConfigInteger(pCpum, "GicArchRev", uGicArchRev); 431 435 432 436 /* … … 529 533 InsertConfigInteger(pInst, "Trusted", 1); 530 534 InsertConfigNode(pInst, "Config", &pCfg); 535 InsertConfigInteger(pCfg, "ArchRev", uGicArchRev); 531 536 InsertConfigInteger(pCfg, "DistributorMmioBase", GCPhysIntcDist); 532 537 InsertConfigInteger(pCfg, "RedistributorMmioBase", GCPhysIntcReDist);
Note:
See TracChangeset
for help on using the changeset viewer.