VirtualBox

Ignore:
Timestamp:
Feb 16, 2021 4:41:18 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142821
Message:

VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a timer handle rather than a pointer. Try a little harder using it. bugref:9943

File:
1 edited

Legend:

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

    r87760 r87767  
    11121112 *          thread.
    11131113 */
    1114 static DECLCALLBACK(void) apicR3TimerCallback(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser)
     1114static DECLCALLBACK(void) apicR3TimerCallback(PPDMDEVINS pDevIns, TMTIMERHANDLE hTimer, void *pvUser)
    11151115{
    11161116    PVMCPU      pVCpu    = (PVMCPU)pvUser;
     
    11191119    Assert(pVCpu);
    11201120    LogFlow(("APIC%u: apicR3TimerCallback\n", pVCpu->idCpu));
    1121     RT_NOREF(pDevIns, pTimer, pApicCpu);
     1121    RT_NOREF(pDevIns, hTimer, pApicCpu);
    11221122
    11231123    PXAPICPAGE     pXApicPage = VMCPU_TO_XAPICPAGE(pVCpu);
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