VirtualBox

Changeset 13755 in vbox for trunk/src/VBox/VMM/PGMPool.cpp


Ignore:
Timestamp:
Nov 3, 2008 3:49:06 PM (16 years ago)
Author:
vboxsync
Message:

Started with VM request API changes.

File:
1 edited

Legend:

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

    r13543 r13755  
    546546        if (!pPage->fReusedFlushPending)
    547547        {
    548             int rc = VMR3ReqCallEx(pPool->pVMR3, NULL, 0, VMREQFLAGS_NO_WAIT | VMREQFLAGS_VOID, (PFNRT)pgmR3PoolFlushReusedPage, 2, pPool, pPage);
     548            int rc = VMR3ReqCallEx(pPool->pVMR3, VMREQDEST_ALL, NULL, 0, VMREQFLAGS_NO_WAIT | VMREQFLAGS_VOID, (PFNRT)pgmR3PoolFlushReusedPage, 2, pPool, pPage);
    549549            AssertRCReturn(rc, rc);
    550550            pPage->fReusedFlushPending = true;
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