VirtualBox

Changeset 81990 in vbox for trunk/src


Ignore:
Timestamp:
Nov 19, 2019 11:29:38 AM (5 years ago)
Author:
vboxsync
Message:

DevDMA: Brushed up the logging and added 'R3' to the ring-3 functions. [missed one] bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevDMA.cpp

    r81989 r81990  
    581581
    582582/** Perform any pending transfers on a single DMA channel. */
    583 static void dmaRunChannel(DMAState *pThis, int ctlidx, int chidx)
     583static void dmaR3RunChannel(DMAState *pThis, int ctlidx, int chidx)
    584584{
    585585    DMAControl  *dc = &pThis->DMAC[ctlidx];
     
    640640            mask = 1 << chidx;
    641641            if (!(dc->u8Mask & mask) && (dc->u8Status & (mask << 4)))
    642                 dmaRunChannel(pThis, ctlidx, chidx);
     642                dmaR3RunChannel(pThis, ctlidx, chidx);
    643643        }
    644644    }
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