VirtualBox

Ignore:
Timestamp:
Apr 4, 2008 10:21:04 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29300
Message:

Added a flag to the MMIO2 registration and did some other MMIO2 related cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r7684 r7755  
    21942194     * Allocate and initialize the MMIO2 memory.
    21952195     */
    2196     rc = PDMDevHlpMMIO2Register(pDevIns, 1 /*iRegion*/, VMMDEV_RAM_SIZE, (void **)&pData->pVMMDevRAMHC, "VMMDev");
     2196    rc = PDMDevHlpMMIO2Register(pDevIns, 1 /*iRegion*/, VMMDEV_RAM_SIZE, 0, (void **)&pData->pVMMDevRAMHC, "VMMDev");
    21972197    if (RT_FAILURE(rc))
    21982198        return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS,
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