VirtualBox

Changeset 17369 in vbox for trunk/src


Ignore:
Timestamp:
Mar 5, 2009 1:01:50 AM (16 years ago)
Author:
vboxsync
Message:

STAM: Use SUPCallVMMR0Ex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/STAM.cpp

    r13816 r17369  
    754754        GVMMReq.Hdr.u32Magic = SUPVMMR0REQHDR_MAGIC;
    755755        GVMMReq.pSession = pVM->pSession;
    756         rc = SUPCallVMMR0Ex(pVM->pVMR0, VMMR0_DO_GVMM_RESET_STATISTICS, 0, &GVMMReq.Hdr);
     756        rc = VMMR3CallR0(pVM, VMMR0_DO_GVMM_RESET_STATISTICS, 0, &GVMMReq.Hdr);
    757757    }
    758758
     
    17661766        Req.Hdr.u32Magic = SUPVMMR0REQHDR_MAGIC;
    17671767        Req.pSession = pVM->pSession;
    1768         int rc = SUPCallVMMR0Ex(pVM->pVMR0, VMMR0_DO_GVMM_QUERY_STATISTICS, 0, &Req.Hdr);
     1768        int rc = VMMR3CallR0(pVM, VMMR0_DO_GVMM_QUERY_STATISTICS, 0, &Req.Hdr);
    17691769        if (RT_SUCCESS(rc))
    17701770            pUVM->stam.s.GVMMStats = Req.Stats;
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