VirtualBox

Ignore:
Timestamp:
Nov 22, 2024 10:48:00 AM (2 months ago)
Author:
vboxsync
Message:

VMM: bugref:10759 Restructure the APIC to allow different backends to be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp

    r106061 r107113  
    3434#include <VBox/vmm/cpum.h>
    3535#include <VBox/vmm/tm.h>
    36 #include <VBox/vmm/apic.h>
     36#include <VBox/vmm/pdmapic.h>
    3737#include "GIMInternal.h"
    3838#include <VBox/vmm/vm.h>
     
    106106     *
    107107     * This is done in the init. completed routine as we need PDM to be
    108      * initialized (otherwise APICGetTimerFreq() would fail).
     108     * initialized (otherwise PDMApicGetTimerFreq() would fail).
    109109     */
    110110    CPUMCPUIDLEAF HyperLeaf;
     
    123123         */
    124124        uint64_t uApicFreq;
    125         rc = APICGetTimerFreq(pVM, &uApicFreq);
     125        rc = PDMApicGetTimerFreq(pVM, &uApicFreq);
    126126        AssertLogRelRCReturn(rc, rc);
    127127
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