VirtualBox

Changeset 26949 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 2, 2010 2:49:26 PM (15 years ago)
Author:
vboxsync
Message:

Comment update

File:
1 edited

Legend:

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

    r26947 r26949  
    872872
    873873    /* Currently only used by the VMM device in responds to a balloon request. */
     874
     875    /* We own the IOM lock here and could cause a deadlock by waiting for another VCPU that is blocking on the IOM lock.
     876     * In the SMP case we post a request packet to postpone the job.
     877     */
    874878    if (pVM->cCpus > 1)
    875879    {
     
    880884        memcpy(paPhysPageCopy, paPhysPage, cbPhysPage);
    881885
    882         /* We own the IOM lock here and could cause a deadlock by waiting for another VCPU that is blocking on the IOM lock. */
    883886        rc = VMR3ReqCallNoWait(pVM, VMCPUID_ANY_QUEUE, (PFNRT)pgmR3PhysFreeRamPagesHelper, 3, pVM, cPages, paPhysPageCopy);
    884887        AssertRC(rc);
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