Add a DmaCallback class to DmaDevice
Review Request #3590 - Created Aug. 4, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Michael LeBeane | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11555:e72fa7b7cc13
---------------------------
Add a DmaCallback class to DmaDevice
This patch introduces the DmaCallback helper class, which registers a callback
to fire after a sequence of (potentially non-contiguous) DMA transfers on a
DmaPort completes.
