VirtualBox

Changeset 108694 in vbox


Ignore:
Timestamp:
Mar 21, 2025 3:19:48 PM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168111
Message:

VMM/GIC: Build and scm fixes

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/gic-its.h

    r108682 r108694  
    215215    GITSATTRSHARE_INNER_SHAREABLE,
    216216    GITSATTRSHARE_OUTER_SHAREABLE,
    217     GITSATTRSHARE_RSVD,
     217    GITSATTRSHARE_RSVD
    218218} GITSATTRSHARE;
    219219
     
    231231    GITSATTRMEM_CACHE_WR_ALLOC_WB,
    232232    GITSATTRMEM_CACHE_RW_ALLOC_WT,
    233     GITSATTRMEM_CACHE_RW_ALLOC_WB,
     233    GITSATTRMEM_CACHE_RW_ALLOC_WB
    234234} GITSMEMATTR;
    235235
     
    244244    GITSITSTYPE_DEVICES,
    245245    GITSITSTYPE_VPES,
    246     GITSITSTYPE_INTR_COLLECTIONS,
     246    GITSITSTYPE_INTR_COLLECTIONS
    247247} GITSITSTYPE;
    248248
  • trunk/src/VBox/VMM/VMMAll/GICAll.cpp

    r108685 r108694  
    5656 * ARMv8 hosts.
    5757 */
     58
    5859
    5960/*********************************************************************************************************************************
  • trunk/src/VBox/VMM/VMMAll/GITSAll.cpp

    r108682 r108694  
    3434
    3535#include <VBox/log.h>
    36 #include <iprt/err.h>           /* VINF_SUCCESS */
     36#include <iprt/errcore.h>       /* VINF_SUCCESS */
    3737#include <iprt/string.h>        /* RT_ZERO */
    3838
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette