VirtualBox

Changeset 99385 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp


Ignore:
Timestamp:
Apr 13, 2023 11:05:39 AM (20 months ago)
Author:
vboxsync
Message:

VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, bugref:10404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r99051 r99385  
    130130#include <VBox/sup.h>
    131131#include <VBox/vmm/dbgf.h>
    132 #include <VBox/vmm/apic.h>
     132#if defined(VBOX_VMM_TARGET_ARMV8)
     133# include <VBox/vmm/gic.h>
     134#else
     135# include <VBox/vmm/apic.h>
     136#endif
    133137#include <VBox/vmm/ssm.h>
    134138#include <VBox/vmm/tm.h>
Note: See TracChangeset for help on using the changeset viewer.

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