VirtualBox

Changeset 104386 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 20, 2024 7:05:54 PM (9 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/Main/src-client/ConsoleImplConfigArmV8.cpp

    r103085 r104386  
    413413        hrc = pResMgr->assignMmioRegion("gic", _64K, &GCPhysIntcDist, &cbMmioIntcDist);                 H();
    414414
     415#ifndef RT_OS_LINUX
    415416        InsertConfigNode(pDevices, "gic",                   &pDev);
     417#else
     418        /* On Linux we default to the KVM in-kernel GIC for now. */
     419        InsertConfigNode(pDevices, "gic-kvm",               &pDev);
     420#endif
    416421        InsertConfigNode(pDev,     "0",                     &pInst);
    417422        InsertConfigInteger(pInst, "Trusted",               1);
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