VirtualBox

Changeset 28039 in vbox


Ignore:
Timestamp:
Apr 7, 2010 10:13:08 AM (15 years ago)
Author:
vboxsync
Message:

Must be callable from any thread

File:
1 edited

Legend:

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

    r28036 r28039  
    306306    *pcTotalBalloonPages = 0;
    307307
    308     int rc = VMMR3CallR0(pVM, VMMR0_DO_GMM_QUERY_VMM_MEM_STATS, 0, &Req.Hdr);
     308    /* Must be callable from any thread, so can't use VMMR3CallR0. */
     309    int rc = SUPR3CallVMMR0Ex(pVM->pVMR0, 0, VMMR0_DO_GMM_QUERY_VMM_MEM_STATS, 0, &Req.Hdr);
    309310    if (rc == VINF_SUCCESS)
    310311    {
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