VirtualBox

Changeset 104386 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Apr 20, 2024 7:05:54 PM (10 months ago)
Author:
vboxsync
Message:

VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 which interfaces with the in-kernel KVM GIC device emulation, bugref:10391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/GICInternal.h

    r100165 r104386  
    101101    /** The ring-3 device instance. */
    102102    PPDMDEVINSR3                pDevInsR3;
     103#ifdef RT_OS_LINUX
     104    /** Flag whether the in-kernel KVM GIC is used. */
     105    bool                        fKvmGic;
     106#endif
    103107} GIC;
    104108/** Pointer to GIC VM instance data. */
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