VirtualBox

Changeset 108412 in vbox


Ignore:
Timestamp:
Feb 27, 2025 7:10:58 PM (7 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167782
Message:

VMM/KVM: Some linux.arm64 build fixes, bugref:10391

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp

    r107854 r108412  
    4848#if defined(RT_ARCH_ARM64) || defined(VBOX_VMM_TARGET_ARMV8)
    4949# include <iprt/armv8.h>
     50# if defined(RT_OS_LINUX)
     51#  include <sys/auxv.h>
     52# endif
    5053#endif
    5154
  • trunk/src/VBox/VMM/VMMR3/GICR3Nem-linux.cpp

    r107929 r108412  
    276276     */
    277277    pGic->pDevInsR3 = pDevIns;
    278     pGic->fNemGic   = true;
    279278    pThis->pDevIns  = pDevIns;
    280279    pThis->fdKvmVm  = pVM->nem.s.fdVm;
     
    283282     * Validate GIC settings.
    284283     */
    285     PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "DistributorMmioBase|RedistributorMmioBase", "");
     284    PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "DistributorMmioBase|RedistributorMmioBase|ItsMmioBase", "");
    286285
    287286    /*
  • trunk/src/VBox/VMM/include/GICInternal.h

    r107984 r108412  
    5353/** The Hyper-V GIC backend. */
    5454extern const PDMGICBACKEND g_GicHvBackend;
     55# elif defined(RT_OS_LINUX)
     56/** The KVM GIC backend. */
     57extern const PDMGICBACKEND g_GicKvmBackend;
    5558# endif
    5659#endif
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