VirtualBox

Changeset 44902 in vbox for trunk/src/VBox/VMM/VMMRC


Ignore:
Timestamp:
Mar 2, 2013 2:28:37 AM (12 years ago)
Author:
vboxsync
Message:

Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this breaks anything, add PDM_DO_NOT_RESPECT_PCI_BM_BIT to VMM_COMMON_DEFS to disable the feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp

    r44899 r44902  
    6969    PDMDEV_ASSERT_DEVINS(pDevIns);
    7070
     71#ifndef PDM_DO_NOT_RESPECT_PCI_BM_BIT
    7172    /*
    7273     * Just check the busmaster setting here and forward the request to the generic read helper.
     
    8182        return VERR_PDM_NOT_PCI_BUS_MASTER;
    8283    }
     84#endif
    8385
    8486    return pDevIns->pHlpRC->pfnPhysRead(pDevIns, GCPhys, pvBuf, cbRead);
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