Changeset 108694 in vbox
- Timestamp:
- Mar 21, 2025 3:19:48 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168111
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/gic-its.h
r108682 r108694 215 215 GITSATTRSHARE_INNER_SHAREABLE, 216 216 GITSATTRSHARE_OUTER_SHAREABLE, 217 GITSATTRSHARE_RSVD ,217 GITSATTRSHARE_RSVD 218 218 } GITSATTRSHARE; 219 219 … … 231 231 GITSATTRMEM_CACHE_WR_ALLOC_WB, 232 232 GITSATTRMEM_CACHE_RW_ALLOC_WT, 233 GITSATTRMEM_CACHE_RW_ALLOC_WB ,233 GITSATTRMEM_CACHE_RW_ALLOC_WB 234 234 } GITSMEMATTR; 235 235 … … 244 244 GITSITSTYPE_DEVICES, 245 245 GITSITSTYPE_VPES, 246 GITSITSTYPE_INTR_COLLECTIONS ,246 GITSITSTYPE_INTR_COLLECTIONS 247 247 } GITSITSTYPE; 248 248 -
trunk/src/VBox/VMM/VMMAll/GICAll.cpp
r108685 r108694 56 56 * ARMv8 hosts. 57 57 */ 58 58 59 59 60 /********************************************************************************************************************************* -
trunk/src/VBox/VMM/VMMAll/GITSAll.cpp
r108682 r108694 34 34 35 35 #include <VBox/log.h> 36 #include <iprt/err .h>/* VINF_SUCCESS */36 #include <iprt/errcore.h> /* VINF_SUCCESS */ 37 37 #include <iprt/string.h> /* RT_ZERO */ 38 38
Note:
See TracChangeset
for help on using the changeset viewer.