VirtualBox

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


Ignore:
Timestamp:
Aug 15, 2024 12:45:46 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164386
Message:

VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS Hypervisor.framework which will be handled by the NEM backend directly due to the hv_gic_* API being entangled with the rest of the hv_* API, bugref:10747

File:
1 edited

Legend:

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

    r104386 r105687  
    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
     103    /** Flag whether the GIC provided by NEM is used. */
     104    bool                        fNemGic;
    107105} GIC;
    108106/** 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