VirtualBox

Changeset 18618 in vbox


Ignore:
Timestamp:
Apr 1, 2009 10:13:19 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45524
Message:

PDM,EM: Killed PDMR3Pool. RIP.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmapi.h

    r14498 r18618  
    109109VMMR3DECL(int)  PDMR3DeviceDetach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun);
    110110VMMR3DECL(void) PDMR3DmaRun(PVM pVM);
    111 VMMR3DECL(void) PDMR3Poll(PVM pVM);
    112111VMMR3DECL(int)  PDMR3LockCall(PVM pVM);
    113112VMMR3DECL(int)  PDMR3RegisterVMMDevHeap(PVM pVM, RTGCPHYS GCPhys, RTR3PTR pvHeap, unsigned cbSize);
  • 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette