VirtualBox

Changeset 26143 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 2, 2010 12:51:24 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57150
Message:

Introducing PDMVMMDevHeapIsEnabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAll.cpp

    r21861 r26143  
    380380    return VINF_SUCCESS;
    381381}
     382
     383/**
     384 * Checks if the vmm device heap is enabled (== vmm device's pci region mapped)
     385 *
     386 * @returns dev heap enabled status (true/false)
     387 * @param   pVM             VM handle.
     388 */
     389VMMDECL(bool)   PDMVMMDevHeapIsEnabled(PVM pVM)
     390{
     391    return (pVM->pdm.s.pvVMMDevHeap != NULL);
     392}
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