VirtualBox

Changeset 18618 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 1, 2009 10:13:19 PM (16 years ago)
Author:
vboxsync
Message:

PDM,EM: Killed PDMR3Pool. RIP.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r18617 r18618  
    32563256    }
    32573257
    3258 #if 1 /** @todo this is all dead now, remove after the no-memory changes has been committed. */
    3259     /*
    3260      * Execute polling function ever so often.
    3261      * THIS IS A HACK, IT WILL BE *REPLACED* BY PROPER ASYNC NETWORKING "SOON"!
    3262      */
    3263     static unsigned cLast = 0;
    3264     if (!((++cLast) % 4))
    3265         PDMR3Poll(pVM);
    3266 #endif
    3267 
    32683258    /*
    32693259     * High priority pre execution chunk last.
  • trunk/src/VBox/VMM/PDM.cpp

    r18616 r18618  
    13141314
    13151315/**
    1316  * Call polling function.
    1317  *
    1318  * @param   pVM             VM handle.
    1319  */
    1320 VMMR3DECL(void) PDMR3Poll(PVM pVM)
    1321 {
    1322     /** @todo remove after committing other EM changes. */
    1323 }
    1324 
    1325 
    1326 /**
    13271316 * Service a VMMCALLHOST_PDM_LOCK call.
    13281317 *
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