VirtualBox

Changeset 107314 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 13, 2024 9:02:22 AM (5 weeks ago)
Author:
vboxsync
Message:

VMM: bugref:10759 Refactor GIC for use with different backends. [windows build fix]

File:
1 edited

Legend:

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

    r107308 r107314  
    5050/** The Hypervisor.Framework GIC backend. */
    5151extern const PDMGICBACKEND g_GicHvfBackend;
     52# elif defined(RT_OS_WINDOWS)
     53/** The Hyper-V GIC backend. */
     54extern const PDMGICBACKEND g_GicHvBackend;
    5255# endif
    53 #endif
    5456
    5557#define VMCPU_TO_GICCPU(a_pVCpu)             (&(a_pVCpu)->gic.s)
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