VirtualBox

Changeset 108746 in vbox


Ignore:
Timestamp:
Mar 26, 2025 7:46:17 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168171
Message:

Main: bugref:10877 Enable LPIs when GITS is configured for the VM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp

    r108742 r108746  
    532532        InsertConfigInteger(pCfg,  "RedistributorMmioBase", GCPhysIntcReDist);
    533533        if (fGicIts == TRUE)
     534        {
    534535            InsertConfigInteger(pCfg, "ItsMmioBase", GCPhysIntcIts);
     536            InsertConfigInteger(pCfg, "Lpi",         1);
     537        }
    535538
    536539        vrc = RTFdtNodeAddF(hFdt, "intc@%RGp", GCPhysIntcDist);                                         VRC();
Note: See TracChangeset for help on using the changeset viewer.

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